Lines Matching refs:x

223             startX = startPos.x;
712 x: vals[0] === 'right' ? width - pxX : pxX,
1215 …return !last || ( ( bounds = this.getBounds() ) && ( last.x !== bounds.x || last.y !== bounds.y ) …
1229 x: rect.left,
1844 var p = null, x, y,
1873 if( x = collectLengths() ) {
1880 y = x;
1884 if( hasNonZero && x && y ) {
1885 p = { x: x, y : y }; property in AnonymousFunctiona083a8e11900.p
1896 PIE.BorderRadiusStyleInfo.ALL_ZERO = { x: zeros, y: zeros }; property in PIE.BorderRadiusStyleInfo.ALL_ZERO
2323 tlX = radii.x['tl'].pixels( el, w );
2325 trX = radii.x['tr'].pixels( el, w );
2327 brX = radii.x['br'].pixels( el, w );
2329 blX = radii.x['bl'].pixels( el, w );
2352 x: {
2394 tlX = r.x['tl'] * mult;
2396 trX = r.x['tr'] * mult;
2398 brX = r.x['br'] * mult;
2400 blX = r.x['bl'] * mult;
2540 x = 0, y = 0,
2544 x = elBounds.x;
2556 x = elBounds.x - parRect.left - ( parseFloat(cs.borderLeftWidth) || 0 );
2560 x = elBounds.x + docEl.scrollLeft - docEl.clientLeft;
2567 s.left = x;
2761 …on ? bg.bgPosition.coords( el, elW - size.w - bwL - bwR, elH - size.h - bwT - bwB ) : { x:0, y:0 },
2771 pxX = Math.round( bgPos.x ) + bwL + 0.5;
3205 function setSizeAndPos( piece, w, h, x, y ) { argument
3210 s.left = x;
3818 function addImage( x, y, w, h, cropX, cropY, cropW, cropH, tileW, tileH ) { argument
3821 'x="' + (repeatH === REPEAT ? x + w / 2 - tileW / 2 : x) + '" ' +
3830 …'<rect x="' + x + '" y="' + y + '" width="' + w + '" height="' + h + '" fill="url(#pattern' + i + …
3988 …( bounds.y > docEl.clientHeight || bounds.x > docEl.clientWidth || bounds.y + bounds.h < 0 || boun…