#include "CGGeometry.h"
Go to the source code of this file.
Functions | |
function | CGInsetFromString (aString) |
function | CGInsetIsEmpty (anInset) |
function | CGInsetMake (top, right, bottom, left) |
function | CGInsetMakeCopy (anInset) |
function | CGInsetMakeZero () |
function | CGPointCreateCopy (aPoint) |
function | CGPointEqualToPoint (lhsPoint, rhsPoint) |
function | CGPointFromEvent (anEvent) |
function | CGPointFromString (aString) |
function | CGPointMake (x, y) |
function | CGPointMakeCopy (aPoint) |
function | CGPointMakeZero () |
function | CGRectContainsPoint (aRect, aPoint) |
function | CGRectContainsRect (lhsRect, rhsRect) |
function | CGRectCreateCopy (aRect) |
function | CGRectEqualToRect (lhsRect, rhsRect) |
function | CGRectFromString (aString) |
function | CGRectGetHeight (aRect) |
function | CGRectGetMaxX (aRect) |
function | CGRectGetMaxY (aRect) |
function | CGRectGetMidX (aRect) |
function | CGRectGetMidY (aRect) |
function | CGRectGetMinX (aRect) |
function | CGRectGetMinY (aRect) |
function | CGRectGetWidth (aRect) |
function | CGRectInset (aRect, dX, dY) |
function | CGRectIntegral (aRect) |
function | CGRectIntersection (lhsRect, rhsRect) |
function | CGRectIntersectsRect (lhsRect, rhsRect) |
function | CGRectIsEmpty (aRect) |
function | CGRectIsNull (aRect) |
function | CGRectMake (x, y, width, height) |
function | CGRectMakeCopy (aRect) |
function | CGRectMakeZero () |
function | CGRectOffset (aRect, dX, dY) |
function | CGRectStandardize (aRect) |
function | CGRectUnion (lhsRect, rhsRect) |
function | CGSizeCreateCopy (aSize) |
function | CGSizeEqualToSize (lhsSize, rhsSize) |
function | CGSizeFromString (aString) |
function | CGSizeMake (width, height) |
function | CGSizeMakeCopy (aSize) |
function | CGSizeMakeZero () |
function | CGStringFromPoint (aPoint) |
function | CGStringFromRect (aRect) |
function | CGStringFromSize (aSize) |
function | CPStringFromCGInset (anInset) |
Variables | |
CGInsetFromCPString = CGInsetFromString | |
CGRectNull = { origin: { x: Infinity , y: Infinity }, size: { width: 0.0 , height: 0.0 } } |
function CGInsetIsEmpty | ( | anInset | ) |
Definition at line 71 of file CGGeometry.j.
function CGInsetMake | ( | top | , | |
right | , | |||
bottom | , | |||
left | ||||
) |
Definition at line 68 of file CGGeometry.j.
function CGInsetMakeCopy | ( | anInset | ) |
Definition at line 70 of file CGGeometry.j.
function CGInsetMakeZero | ( | ) |
Definition at line 69 of file CGGeometry.j.
function CGPointCreateCopy | ( | aPoint | ) |
Definition at line 30 of file CGGeometry.j.
function CGPointEqualToPoint | ( | lhsPoint | , | |
rhsPoint | ||||
) |
Definition at line 32 of file CGGeometry.j.
function CGPointMake | ( | x | , | |
y | ||||
) |
Definition at line 27 of file CGGeometry.j.
function CGPointMakeCopy | ( | aPoint | ) |
Definition at line 29 of file CGGeometry.j.
function CGPointMakeZero | ( | ) |
Definition at line 28 of file CGGeometry.j.
function CGRectContainsPoint | ( | aRect | , | |
aPoint | ||||
) |
Definition at line 66 of file CGGeometry.j.
function CGRectCreateCopy | ( | aRect | ) |
Definition at line 46 of file CGGeometry.j.
function CGRectEqualToRect | ( | lhsRect | , | |
rhsRect | ||||
) |
Definition at line 48 of file CGGeometry.j.
function CGRectGetHeight | ( | aRect | ) |
Definition at line 54 of file CGGeometry.j.
function CGRectGetMaxX | ( | aRect | ) |
Definition at line 55 of file CGGeometry.j.
function CGRectGetMaxY | ( | aRect | ) |
Definition at line 56 of file CGGeometry.j.
function CGRectGetMidX | ( | aRect | ) |
Definition at line 57 of file CGGeometry.j.
function CGRectGetMidY | ( | aRect | ) |
Definition at line 58 of file CGGeometry.j.
function CGRectGetMinX | ( | aRect | ) |
Definition at line 59 of file CGGeometry.j.
function CGRectGetMinY | ( | aRect | ) |
Definition at line 60 of file CGGeometry.j.
function CGRectGetWidth | ( | aRect | ) |
Definition at line 61 of file CGGeometry.j.
function CGRectInset | ( | aRect | , | |
dX | , | |||
dY | ||||
) |
Definition at line 52 of file CGGeometry.j.
function CGRectIsEmpty | ( | aRect | ) |
Definition at line 63 of file CGGeometry.j.
function CGRectIsNull | ( | aRect | ) |
Definition at line 64 of file CGGeometry.j.
Definition at line 43 of file CGGeometry.j.
function CGRectMakeCopy | ( | aRect | ) |
Definition at line 45 of file CGGeometry.j.
function CGRectMakeZero | ( | ) |
Definition at line 44 of file CGGeometry.j.
function CGRectOffset | ( | aRect | , | |
dX | , | |||
dY | ||||
) |
Definition at line 51 of file CGGeometry.j.
function CGSizeCreateCopy | ( | aSize | ) |
Definition at line 38 of file CGGeometry.j.
function CGSizeEqualToSize | ( | lhsSize | , | |
rhsSize | ||||
) |
Definition at line 40 of file CGGeometry.j.
Definition at line 35 of file CGGeometry.j.
function CGSizeMakeCopy | ( | aSize | ) |
Definition at line 37 of file CGGeometry.j.
function CGSizeMakeZero | ( | ) |
Definition at line 36 of file CGGeometry.j.
function CGStringFromPoint | ( | aPoint | ) |
Definition at line 33 of file CGGeometry.j.
function CGStringFromRect | ( | aRect | ) |
Definition at line 49 of file CGGeometry.j.
function CGStringFromSize | ( | aSize | ) |
Definition at line 41 of file CGGeometry.j.
CGRectNull = { origin: { x: Infinity , y: Infinity }, size: { width: 0.0 , height: 0.0 } } |
Definition at line 73 of file CGGeometry.j.