Lines Matching refs:y

224             startY = startPos.y;
713 y: vals[2] === 'bottom' ? height - pxY : pxY
1215 …eturn !last || ( ( bounds = this.getBounds() ) && ( last.x !== bounds.x || last.y !== bounds.y ) );
1230 y: rect.top,
1844 var p = null, x, y,
1877 y = 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
2324 tlY = radii.y['tl'].pixels( el, h );
2326 trY = radii.y['tr'].pixels( el, h );
2328 brY = radii.y['br'].pixels( el, h );
2330 blY = radii.y['bl'].pixels( el, h );
2358 y: {
2395 tlY = r.y['tl'] * mult;
2397 trY = r.y['tr'] * mult;
2399 brY = r.y['br'] * mult;
2401 blY = r.y['bl'] * mult;
2540 x = 0, y = 0,
2545 y = elBounds.y;
2557 y = elBounds.y - parRect.top - ( parseFloat(cs.borderTopWidth) || 0 );
2561 y = elBounds.y + docEl.scrollTop - docEl.clientTop;
2568 s.top = y;
2761 …on ? bg.bgPosition.coords( el, elW - size.w - bwL - bwR, elH - size.h - bwT - bwB ) : { x:0, y:0 },
2772 pxY = Math.round( bgPos.y ) + bwT + 0.5;
3205 function setSizeAndPos( piece, w, h, x, y ) { argument
3211 s.top = y;
3818 function addImage( x, y, w, h, cropX, cropY, cropW, cropH, tileW, tileH ) { argument
3822 'y="' + (repeatV === REPEAT ? y + h / 2 - tileH / 2 : y) + '" ' +
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…