Public Member Functions | |
IA_CONSTRUCTOR void | IATrimmedRect_make (IATrimmedRect *, IASize baseSize, IARect trimmedRect) |
IA_CONSTRUCTOR void | IATrimmedRect_makeCopy (IATrimmedRect *, const IATrimmedRect *trimmedRectToCopy) |
void | IATrimmedRect_flipHorizontally (IATrimmedRect *) |
void | IATrimmedRect_flipVertically (IATrimmedRect *) |
IARect | IATrimmedRect_trimRect (const IATrimmedRect *, IARect rect) |
Data Fields | |
IASize | baseSize |
IARect | trimmedRect |
IA_CONSTRUCTOR void IATrimmedRect_make | ( | IATrimmedRect * | , |
IASize | baseSize, | ||
IARect | trimmedRect | ||
) |
IA_CONSTRUCTOR void IATrimmedRect_makeCopy | ( | IATrimmedRect * | , |
const IATrimmedRect * | trimmedRectToCopy | ||
) |
void IATrimmedRect_flipHorizontally | ( | IATrimmedRect * | ) |
void IATrimmedRect_flipVertically | ( | IATrimmedRect * | ) |
IARect IATrimmedRect_trimRect | ( | const IATrimmedRect * | , |
IARect | rect | ||
) |
IASize IATrimmedRect::baseSize |
IARect IATrimmedRect::trimmedRect |