Lines Matching refs:atOffset
902 var atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions,
976 atOffset = getOffsets( offsets.at, targetWidth, targetHeight );
977 basePosition.left += atOffset[ 0 ];
978 basePosition.top += atOffset[ 1 ];
1024 offset: [ atOffset[ 0 ] + myOffset[ 0 ], atOffset [ 1 ] + myOffset[ 1 ] ],
1183 atOffset = data.at[ 0 ] === "left" ?
1193 newOverRight = position.left + myOffset + atOffset + offset + data.collisionWidth -
1196 position.left += myOffset + atOffset + offset;
1200 atOffset + offset - offsetLeft;
1202 position.left += myOffset + atOffset + offset;
1220 atOffset = data.at[ 1 ] === "top" ?
1229 newOverBottom = position.top + myOffset + atOffset + offset + data.collisionHeight -
1232 position.top += myOffset + atOffset + offset;
1235 newOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset +
1238 position.top += myOffset + atOffset + offset;