Lines Matching refs:y

725 		at = { x: LEFT, y: TOP };  property in at
732 at = { x: LEFT, y: TOP }; property in at
844 position.top += at.y === BOTTOM ? targetHeight : at.y === CENTER ? targetHeight / 2 : 0;
850 …position.top += adjust.y + (my.y === BOTTOM ? -tooltipHeight : my.y === CENTER ? -tooltipHeight / …
941 this.y = (corner.match(/top|bottom|center/i) || ['inherit'])[0].toLowerCase();
953 var x = this.x, y = this.y;
954 return x === y ? x : this.precedance === Y || (this.forceY && y !== 'center') ? y+' '+x : x+' '+y;
1923 x: 0, y: 0, property in QTIP.defaults.position.adjust
2098 …corner.y === TOP || (corner.y === CENTER && this.element.position().top + (this.size[1] / 2) + thi…
2133 prop = BORDER + camel(corner.y) + camel(corner.x) + 'Radius';
2167 var y = corner.precedance === Y,
2171 base = (y ? width: height) * (isCenter ? 0.5 : 1),
2186 return y ? result : result.reverse();
2270 else if(mimic.y === 'inherit') { mimic.y = corner.y; }
2271 else if(mimic.x === mimic.y) {
2311 round(mimic.y === TOP ? newSize[1] - curSize[1] : 0)
2317 …round(mimic.y === TOP ? border : mimic.y === BOTTOM ? newSize[1] - curSize[1] - border : (newSize[…
2422 corners = [ corner.x, corner.y ];
2460 shift = { left: FALSE, top: FALSE, x: 0, y: 0 }, property in AnonymousFunction67a4f05f4200.shift
2521 …!((shift.x && shift.y) || (newCorner.x === CENTER && shift.y) || (newCorner.y === CENTER && shift.…
3032 …top: methodY !== 'none' ? calculate( Y, X, methodY, adjust.y, TOP, BOTTOM, HEIGHT, targetHeight, e…
3095 if(corner.y === TOP){ compareY = newHeight; }
3096 else if(corner.y === BOTTOM){ compareY = result.height - newHeight; }
3109 (corner.y === TOP && realY >= compareY) ||
3110 (corner.y === BOTTOM && realY <= compareY) ||
3111 (corner.y === CENTER && (realY < compareY || realY > (result.height - compareY)))) {
3201 { x: elem.x1.baseVal.value, y: elem.y1.baseVal.value },
3202 { x: elem.x2.baseVal.value, y: elem.y2.baseVal.value }
3207 result.push.apply(result, [next.x, next.y]);
3239 points.y = position.top;
3242 position.top = transformed.y;