Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <ion_context.h>
Static Public Member Functions | |
static KDIonContext * | sharedContext () |
Additional Inherited Members | |
Public Member Functions inherited from KDContext | |
void | setOrigin (KDPoint origin) |
void | setClippingRect (KDRect clippingRect) |
void | setPixel (KDPoint p, KDColor c) |
KDColor | getPixel (KDPoint p) |
KDPoint | drawString (const char *text, KDPoint p, KDText::FontSize size=KDText::FontSize::Large, KDColor textColor=KDColorBlack, KDColor backgroundColor=KDColorWhite, int maxLength=-1) |
KDPoint | blendString (const char *text, KDPoint p, KDText::FontSize size, KDColor textColor=KDColorBlack) |
void | drawLine (KDPoint p1, KDPoint p2, KDColor c) |
void | fillRect (KDRect rect, KDColor color) |
void | fillRectWithPixels (KDRect rect, const KDColor *pixels, KDColor *workingBuffer) |
void | blendRectWithMask (KDRect rect, KDColor color, const uint8_t *mask, KDColor *workingBuffer) |
void | strokeRect (KDRect rect, KDColor color) |
Protected Member Functions inherited from KDContext | |
KDContext (KDPoint origin, KDRect clippingRect) | |
Definition at line 6 of file ion_context.h.
|
static |
Definition at line 4 of file ion_context.cpp.