Lines Matching refs:atOffset
907 var atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions,
981 atOffset = getOffsets( offsets.at, targetWidth, targetHeight );
982 basePosition.left += atOffset[ 0 ];
983 basePosition.top += atOffset[ 1 ];
1029 offset: [ atOffset[ 0 ] + myOffset[ 0 ], atOffset [ 1 ] + myOffset[ 1 ] ],
1188 atOffset = data.at[ 0 ] === "left" ?
1198 newOverRight = position.left + myOffset + atOffset + offset + data.collisionWidth -
1201 position.left += myOffset + atOffset + offset;
1205 atOffset + offset - offsetLeft;
1207 position.left += myOffset + atOffset + offset;
1225 atOffset = data.at[ 1 ] === "top" ?
1234 newOverBottom = position.top + myOffset + atOffset + offset + data.collisionHeight -
1237 position.top += myOffset + atOffset + offset;
1240 newOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset +
1243 position.top += myOffset + atOffset + offset;