| BeginPath() | CP_Graphics | |
| ClipPath() | CP_Graphics | |
| ClosePath() | CP_Graphics | |
| CP_Graphics(CP_Canvas &inDestCanvas, bool inSynchronizeWithPort=true, CP_E_GraphicsImp inImpClassType=CP_E_GraphicsImp_PlatformNative) | CP_Graphics | |
| CP_NoCopy() | CP_NoCopy | [protected] |
| DrawGradient(CP_E_GradientType inGradietType, CP_Rect &inDestBounds) | CP_Graphics | |
| DrawIcon(const CP_Rect &inBounds, CP_E_IconStyle inIconType, SInt16 inIconID) | CP_Graphics | |
| DrawIcon(CP_OSIcon &inPicture, const CP_Rect &inBounds) | CP_Graphics | |
| DrawImage(SInt16 inImageResID, CP_Rect &inDestBounds) | CP_Graphics | |
| DrawImage(const CP_FileSystemSpec &inImageSpec, CP_Rect &inDestBounds) | CP_Graphics | |
| DrawImage(const CP_FileSystemSpec &inImageSpec, CP_Rect &inSrcBounds, CP_Rect &inDestBounds) | CP_Graphics | |
| DrawPath(CP_E_PathDrawingMode inPathDrawMode) | CP_Graphics | |
| DrawPicture(CP_OSPicture &inPicture, const CP_Rect &inBounds) | CP_Graphics | |
| DrawString(CP_FontSpec &inFontSpec, const CP_String &inText, const CP_Point &inStartPoint) | CP_Graphics | |
| DrawText(CP_FontSpec &inFontSpec, const CP_String &inText, const CP_Rect &inBounds, SInt16 inHorAlign=CP_E_TextAlign_HorLeft, SInt16 inVerAlign=CP_E_TextAlign_VerTop, bool inWrapText=true) | CP_Graphics | |
| DrawTrunc(CP_FontSpec &inFontSpec, const CP_String &inText, const CP_Rect &inBounds, SInt16 inHorAlign=CP_E_TextAlign_HorLeft, SInt16 inVerAlign=CP_E_TextAlign_VerTop) | CP_Graphics | |
| EraseRect(const CP_Rect &inBounds) | CP_Graphics | |
| FillArc(float inHorCenter, float inVerCenter, float inRadius, float inStartAngle, float inEndAngle) | CP_Graphics | |
| FillOval(const CP_Rect &inBounds) | CP_Graphics | |
| FillPath() | CP_Graphics | |
| FillPath(CP_Pattern &inPattern) | CP_Graphics | |
| FillPoly(CP_Point_Array &inPoints) | CP_Graphics | |
| FillRect(const CP_Rect &inBounds) | CP_Graphics | |
| FillRegion(const CP_Region &inRegion) | CP_Graphics | |
| FillRoundRect(const CP_Rect &inBounds, SInt16 inHorRadius, SInt16 inVerRadius) | CP_Graphics | |
| fImpClass | CP_Graphics | [protected] |
| fImpClassType | CP_Graphics | [protected] |
| GetAlpha() | CP_Graphics | |
| GetFillColor() | CP_Graphics | |
| GetImpClass() | CP_Graphics | |
| GetLineWidth() | CP_Graphics | |
| GetStrokeColor() | CP_Graphics | |
| Line(const CP_Point &inStartPoint, const CP_Point &inEndPoint) | CP_Graphics | |
| Line(float inStartHorLocation, float inStartVerLocation, float inEndHorLocation, float inEndVerLocation) | CP_Graphics | |
| PathAddArc(float inHorCenter, float inVerCenter, float inRadius, float inStartAngle, float inEndAngle, SInt16 inClockwise) | CP_Graphics | |
| PathAddBezier(const CP_Point &inStartPoint, const CP_Point &inControlPointOne, const CP_Point &inControlPointTwo, const CP_Point &inEndPoint) | CP_Graphics | |
| PathAddLine(const CP_Point &inStartPoint, const CP_Point &inEndPoint) | CP_Graphics | |
| PathAddLine(float inStartH, float inStartV, float inEndH, float inEndV) | CP_Graphics | |
| PathAddLines(const CP_Point inPoint[], SInt16 inNumberPoints) | CP_Graphics | |
| PathAddLineTo(const CP_Point &inPoint) | CP_Graphics | |
| PathAddOval(const CP_Rect &inBounds) | CP_Graphics | |
| PathAddPoly(CP_Point_Array &inPoints) | CP_Graphics | |
| PathAddQuadBezier(const CP_Point &inStartPoint, const CP_Point &inControlPointOne, const CP_Point &inEndPoint) | CP_Graphics | |
| PathAddRect(const CP_Rect &inBounds) | CP_Graphics | |
| PathMoveTo(const CP_Point &inPoint) | CP_Graphics | |
| PathMoveTo(float inHorLocation, float inVerLocation) | CP_Graphics | |
| RestoreState() | CP_Graphics | |
| RotateCTM(float inAngle) | CP_Graphics | |
| SaveState() | CP_Graphics | |
| ScaleCTM(float inHorAmt, float inVerAmt) | CP_Graphics | |
| SetAlpha(float inAlpha) | CP_Graphics | |
| SetFillColor(CP_ARGBColor &inFillColor) | CP_Graphics | |
| SetGradientAngle(SInt16 inAngle) | CP_Graphics | |
| SetGradientColor(const SInt16 inIndex, const CP_ARGBColor &inColour) | CP_Graphics | |
| SetGradientCount(SInt16 inGradientCount) | CP_Graphics | |
| SetImpClass(CP_Graphics_Imp *inImpClass) | CP_Graphics | |
| SetLineCap(CP_E_GraphicsLineCap inLineCap) | CP_Graphics | |
| SetLineJoin(CP_E_GraphicsLineJoin inLineJoin) | CP_Graphics | |
| SetLineWidth(float lineWidth) | CP_Graphics | |
| SetStrokeColor(CP_ARGBColor &inStrokeColor) | CP_Graphics | |
| SetTextRenderingFlags(SInt16 inFlags) | CP_Graphics | |
| SkewCTM(float inHorAmt, float inVerAmt) | CP_Graphics | |
| StrokeArc(float inHorCenter, float inVerCenter, float inRadius, float inStartAngle, float inEndAngle) | CP_Graphics | |
| StrokeBezier(const CP_Point &inStartPoint, const CP_Point &inControlPointOne, const CP_Point &inControlPointTwo, const CP_Point &inEndPoint) | CP_Graphics | |
| StrokeOval(const CP_Rect &inBounds) | CP_Graphics | |
| StrokePath() | CP_Graphics | |
| StrokePoly(CP_Point_Array &inPoints) | CP_Graphics | |
| StrokeQuadBezier(const CP_Point &inStartPoint, const CP_Point &inControlPointOne, const CP_Point &inEndPoint) | CP_Graphics | |
| StrokeRect(const CP_Rect &inBounds) | CP_Graphics | |
| StrokeRegion(const CP_Region &inRegion) | CP_Graphics | |
| StrokeRoundRect(const CP_Rect &inBounds, SInt16 inHorRadius, SInt16 inVerRadius) | CP_Graphics | |
| ~CP_Graphics() | CP_Graphics | [virtual] |
| ~CP_NoCopy() | CP_NoCopy | [protected, virtual] |