Numworks Epsilon  1.4.1
Graphing Calculator Operating System
KDFrameBufferContext Member List

This is the complete list of members for KDFrameBufferContext, 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
KDFrameBufferContext(KDFrameBuffer *frameBuffer)KDFrameBufferContext
pullRect(KDRect rect, KDColor *pixels) overrideKDFrameBufferContextprotectedvirtual
pushRect(KDRect, const KDColor *pixels) overrideKDFrameBufferContextprotectedvirtual
pushRectUniform(KDRect rect, KDColor color) overrideKDFrameBufferContextprotectedvirtual
setClippingRect(KDRect clippingRect)KDContext
setOrigin(KDPoint origin)KDContext
setPixel(KDPoint p, KDColor c)KDContext
strokeRect(KDRect rect, KDColor color)KDContext