Numworks Epsilon  1.4.1
Graphing Calculator Operating System
KDContext Member List

This is the complete list of members for KDContext, including all inherited members.

blendRectWithMask(KDRect rect, KDColor color, const uint8_t *mask, KDColor *workingBuffer)KDContext
blendString(const char *text, KDPoint p, KDText::FontSize size, KDColor textColor=KDColorBlack)KDContext
drawLine(KDPoint p1, KDPoint p2, KDColor c)KDContext
drawString(const char *text, KDPoint p, KDText::FontSize size=KDText::FontSize::Large, KDColor textColor=KDColorBlack, KDColor backgroundColor=KDColorWhite, int maxLength=-1)KDContext
fillRect(KDRect rect, KDColor color)KDContext
fillRectWithPixels(KDRect rect, const KDColor *pixels, KDColor *workingBuffer)KDContext
getPixel(KDPoint p)KDContext
KDContext(KDPoint origin, KDRect clippingRect)KDContextprotected
pullRect(KDRect rect, KDColor *pixels)=0KDContextprotectedpure virtual
pushRect(KDRect, const KDColor *pixels)=0KDContextprotectedpure virtual
pushRectUniform(KDRect rect, KDColor color)=0KDContextprotectedpure virtual
setClippingRect(KDRect clippingRect)KDContext
setOrigin(KDPoint origin)KDContext
setPixel(KDPoint p, KDColor c)KDContext
strokeRect(KDRect rect, KDColor color)KDContext