|
FireSync API
|
This is the complete list of members for kGraphic, including all inherited members.
| kGraphic_AddFont(kGraphic graphic, kFontFamily family, kFontStyle style, k32f height) | kGraphic | |
| kGraphic_AddMarker(kGraphic graphic, kMarkerShape shape, k32f size) | kGraphic | |
| kGraphic_AddPen(kGraphic graphic, kColor color, k32f width) | kGraphic | |
| kGraphic_AddSolidBrush(kGraphic graphic, kColor color) | kGraphic | |
| kGraphic_Construct(kGraphic *graphic, kObject allocator) | kGraphic | |
| kGraphic_DrawEllipses32f(kGraphic graphic, kGraphicPen pen, kGraphicBrush brush, const kRect32f *rects, kSize count) | kGraphic | |
| kGraphic_DrawEllipses32s(kGraphic graphic, kGraphicPen pen, kGraphicBrush brush, const kRect32s *rects, kSize count) | kGraphic | |
| kGraphic_DrawImage32f(kGraphic graphic, kImage image, kRect32f dest) | kGraphic | |
| kGraphic_DrawImage32s(kGraphic graphic, kImage image, kRect32s dest) | kGraphic | |
| kGraphic_DrawPoints32f(kGraphic graphic, kGraphicPen pen, kGraphicBrush brush, kGraphicMarker marker, const kPoint32f *points, kSize count) | kGraphic | |
| kGraphic_DrawPoints32s(kGraphic graphic, kGraphicPen pen, kGraphicBrush brush, kGraphicMarker marker, const kPoint32s *points, kSize count) | kGraphic | |
| kGraphic_DrawPolygon32f(kGraphic graphic, kGraphicPen pen, kGraphicBrush brush, const kPoint32f *points, kSize count) | kGraphic | |
| kGraphic_DrawPolygon32s(kGraphic graphic, kGraphicPen pen, kGraphicBrush brush, const kPoint32s *points, kSize count) | kGraphic | |
| kGraphic_DrawPolyline32f(kGraphic graphic, kGraphicPen pen, const kPoint32f *points, kSize count) | kGraphic | |
| kGraphic_DrawPolyline32s(kGraphic graphic, kGraphicPen pen, const kPoint32s *points, kSize count) | kGraphic | |
| kGraphic_DrawRects32f(kGraphic graphic, kGraphicPen pen, kGraphicBrush brush, const kRect32f *rects, kSize count) | kGraphic | |
| kGraphic_DrawRects32s(kGraphic graphic, kGraphicPen pen, kGraphicBrush brush, const kRect32s *rects, kSize count) | kGraphic | |
| kGraphic_DrawRotatedRects32f(kGraphic graphic, kGraphicPen pen, kGraphicBrush brush, const kRotatedRect32f *rects, kSize count) | kGraphic | |
| kGraphic_DrawRotatedRects32s(kGraphic graphic, kGraphicPen pen, kGraphicBrush brush, const kRotatedRect32s *rects, kSize count) | kGraphic | |
| kGraphic_DrawString32f(kGraphic graphic, kGraphicFont font, kGraphicBrush brush, kPoint32f location, k32f angle, kAlignment alignment, const kChar *text) | kGraphic | |
| kGraphic_DrawString32s(kGraphic graphic, kGraphicFont font, kGraphicBrush brush, kPoint32s location, k32s angle, kAlignment alignment, const kChar *text) | kGraphic | |
| kGraphicBrush typedef | kGraphic | related |
| kGraphicFont typedef | kGraphic | related |
| kGraphicMarker typedef | kGraphic | related |
| kGraphicPen typedef | kGraphic | related |