BeginPath() | CP_Graphics_Imp_GDI | [virtual] |
ClipPath() | CP_Graphics_Imp_GDI | [virtual] |
ClosePath() | CP_Graphics_Imp_GDI | [virtual] |
CP_Graphics_Imp(CP_Canvas &inDestCanvas) | CP_Graphics_Imp | [protected] |
CP_Graphics_Imp_GDI(CP_Canvas &inDestCanvas) | CP_Graphics_Imp_GDI | |
CreatePathRegion() | CP_Graphics_Imp_GDI | [private] |
DrawGradient(CP_E_GradientType inGradientType, CP_Rect &inDestBounds) | CP_Graphics_Imp_GDI | [virtual] |
DrawIcon(const CP_Rect &inBounds, CP_E_IconStyle inIconType, SInt16 inIconID) | CP_Graphics_Imp_GDI | [virtual] |
DrawIcon(CP_OSIcon &inPicture, const CP_Rect &inBounds) | CP_Graphics_Imp_GDI | [virtual] |
DrawImage(const CP_FileSystemSpec &inImageSpec, CP_Rect &inDestBounds) | CP_Graphics_Imp_GDI | [virtual] |
DrawImage(const CP_FileSystemSpec &inImageSpec, CP_Rect &inSourceBounds, CP_Rect &inDestBounds) | CP_Graphics_Imp_GDI | [virtual] |
CP_Graphics_Imp::DrawImage(SInt16, CP_Rect &) | CP_Graphics_Imp | [virtual] |
DrawPath(CP_E_PathDrawingMode) | CP_Graphics_Imp | [virtual] |
DrawPicture(CP_OSPicture &inPicture, const CP_Rect &inBounds) | CP_Graphics_Imp_GDI | [virtual] |
DrawString(CP_FontSpec &inFontSpec, const CP_String &inText, const CP_Point &inStartPoint) | CP_Graphics_Imp_GDI | [virtual] |
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_Imp_GDI | [virtual] |
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_Imp_GDI | [virtual] |
EraseRect(const CP_Rect &inBounds) | CP_Graphics_Imp_GDI | [virtual] |
fAlpha | CP_Graphics_Imp | [protected] |
fClipPath | CP_Graphics_Imp_GDI | [protected] |
fColors | CP_Graphics_Imp_GDI | [protected] |
fDestCanvas | CP_Graphics_Imp | [protected] |
fFillColor | CP_Graphics_Imp_GDI | [protected] |
fGradientAngle | CP_Graphics_Imp_GDI | [protected] |
fGradientCount | CP_Graphics_Imp_GDI | [protected] |
fGradientType | CP_Graphics_Imp_GDI | [protected] |
FillArc(float, float, float, float, float) | CP_Graphics_Imp | [virtual] |
FillOval(const CP_Rect &inBounds) | CP_Graphics_Imp_GDI | [virtual] |
FillPath() | CP_Graphics_Imp_GDI | [virtual] |
FillPath(CP_Pattern &inPattern) | CP_Graphics_Imp_GDI | [virtual] |
FillPoly(CP_Point_Array &inPoints) | CP_Graphics_Imp_GDI | [virtual] |
FillRect(const CP_Rect &inBounds) | CP_Graphics_Imp_GDI | [virtual] |
FillRegion(const CP_Region &) | CP_Graphics_Imp | [virtual] |
FillRoundRect(const CP_Rect &inBounds, SInt16 inHorRadius, SInt16 inVerRadius) | CP_Graphics_Imp_GDI | [virtual] |
fLineWidth | CP_Graphics_Imp | [protected] |
fNeedTransform | CP_Graphics_Imp_GDI | [protected] |
fOffsets | CP_Graphics_Imp_GDI | [protected] |
fPath | CP_Graphics_Imp_GDI | [protected] |
fPoints | CP_Graphics_Imp_GDI | [protected] |
FrameCurve(CP_Canvas &inDestCanvas, kCP_QuadCurveCurve *inQuadCurve, SInt16 inLevel) | CP_Graphics_Imp_GDI | [private] |
FrameQuadCurve(CP_Canvas &inDestCanvas, const CP_Point &inStartPoint, const CP_Point &inControlPointOne, const CP_Point &inEndPoint) | CP_Graphics_Imp_GDI | [private] |
fStrokeColor | CP_Graphics_Imp_GDI | [protected] |
fTempRegionPoints | CP_Graphics_Imp_GDI | [protected] |
GetAlpha() | CP_Graphics_Imp | [virtual] |
GetCanvas() | CP_Graphics_Imp | |
GetFillColor() | CP_Graphics_Imp | [virtual] |
GetLineWidth() | CP_Graphics_Imp | [virtual] |
GetPolyBounds() | CP_Graphics_Imp_GDI | [private] |
GetStrokeColor() | CP_Graphics_Imp | [virtual] |
InitGradient() | CP_Graphics_Imp_GDI | [private] |
Line(const CP_Point &inPoint, const CP_Size &inSize) | CP_Graphics_Imp_GDI | [virtual] |
Line(float inStartHorLocation, float inStartVerLocation, float inEndHorLocation, float inEndVerLocation) | CP_Graphics_Imp_GDI | [virtual] |
PathAddArc(float, float, float, float, float, SInt16) | CP_Graphics_Imp | [virtual] |
PathAddBezier(const CP_Point &inStartPoint, const CP_Point &inControlPointOne, const CP_Point &inControlPointTwo, const CP_Point &inEndPoint) | CP_Graphics_Imp_GDI | [virtual] |
PathAddLine(const CP_Point &inStartPoint, const CP_Point &inEndPoint) | CP_Graphics_Imp_GDI | [virtual] |
PathAddLine(float inStartH, float inStartV, float inEndH, float inEndV) | CP_Graphics_Imp_GDI | [virtual] |
PathAddLines(const CP_Point inPoint[], SInt16 inNumberPoints) | CP_Graphics_Imp_GDI | [virtual] |
CP_Graphics_Imp::PathAddLines(const CP_Point[], SInt16) | CP_Graphics_Imp | [virtual] |
PathAddLineTo(const CP_Point &inPoint) | CP_Graphics_Imp_GDI | [virtual] |
PathAddOval(const CP_Rect &inBounds) | CP_Graphics_Imp_GDI | [virtual] |
PathAddPoly(CP_Point_Array &inPoints) | CP_Graphics_Imp_GDI | [virtual] |
PathAddQuadBezier(const CP_Point &inStartPoint, const CP_Point &inControlPointOne, const CP_Point &inEndPoint) | CP_Graphics_Imp_GDI | [virtual] |
PathAddRect(const CP_Rect &inBounds) | CP_Graphics_Imp_GDI | [virtual] |
PathMoveTo(const CP_Point &inPoint) | CP_Graphics_Imp_GDI | [virtual] |
PathMoveTo(float inHorLocation, float inVerLocation) | CP_Graphics_Imp_GDI | [virtual] |
RestoreState() | CP_Graphics_Imp | [virtual] |
RotateCTM(float) | CP_Graphics_Imp | [virtual] |
SaveState() | CP_Graphics_Imp | [virtual] |
ScaleCTM(float, float) | CP_Graphics_Imp | [virtual] |
SetAlpha(float inAlpha) | CP_Graphics_Imp_GDI | [virtual] |
SetFillColor(CP_ARGBColor &inFillColor) | CP_Graphics_Imp_GDI | [virtual] |
SetGradientAngle(SInt16 inAngle) | CP_Graphics_Imp_GDI | [virtual] |
SetGradientColor(const SInt16 inIndex, const CP_ARGBColor &inColour) | CP_Graphics_Imp_GDI | [virtual] |
CP_Graphics_Imp::SetGradientColor(const SInt16, const CP_ARGBColor &) | CP_Graphics_Imp | [virtual] |
SetGradientCount(SInt16 inGradientCount) | CP_Graphics_Imp_GDI | [virtual] |
SetLineCap(CP_E_GraphicsLineCap) | CP_Graphics_Imp | [virtual] |
SetLineJoin(CP_E_GraphicsLineJoin) | CP_Graphics_Imp | [virtual] |
SetLineWidth(float lineWidth) | CP_Graphics_Imp_GDI | [virtual] |
SetStrokeColor(CP_ARGBColor &inStrokeColor) | CP_Graphics_Imp_GDI | [virtual] |
SetTextRenderingFlags(SInt16) | CP_Graphics_Imp | [virtual] |
SkewCTM(float, float) | CP_Graphics_Imp | [virtual] |
StrokeArc(float, float, float, float, float) | CP_Graphics_Imp | [virtual] |
StrokeBezier(const CP_Point &inStartPoint, const CP_Point &inControlPointOne, const CP_Point &inControlPointTwo, const CP_Point &inEndPoint) | CP_Graphics_Imp_GDI | [virtual] |
StrokeOval(const CP_Rect &inBounds) | CP_Graphics_Imp_GDI | [virtual] |
StrokePath() | CP_Graphics_Imp_GDI | [virtual] |
StrokePoly(CP_Point_Array &inPoints) | CP_Graphics_Imp_GDI | [virtual] |
StrokeQuadBezier(const CP_Point &inStartPoint, const CP_Point &inControlPointOne, const CP_Point &inEndPoint) | CP_Graphics_Imp_GDI | [virtual] |
StrokeRect(const CP_Rect &inBounds) | CP_Graphics_Imp_GDI | [virtual] |
StrokeRegion(const CP_Region &) | CP_Graphics_Imp | [virtual] |
StrokeRoundRect(const CP_Rect &inBounds, SInt16 inHorRadius, SInt16 inVerRadius) | CP_Graphics_Imp_GDI | [virtual] |
TranslateCTM(float, float) | CP_Graphics_Imp | [virtual] |
~CP_Graphics_Imp() | CP_Graphics_Imp | [virtual] |
~CP_Graphics_Imp_GDI() | CP_Graphics_Imp_GDI | [virtual] |