Pixels
|
This is the complete list of members for Pixels, including all inherited members.
antialiasing (defined in PixelsBase) | PixelsBase | protected |
background (defined in PixelsBase) | PixelsBase | protected |
canScroll() | PixelsBase | inline |
cleanIcon(int16_t xx, int16_t yy, prog_uchar data[]) | PixelsBase | |
cleanText(int16_t xx, int16_t yy, String text, int8_t kerning[]=NULL) | PixelsBase | |
clear() | PixelsBase | |
computeColor(RGB, double weight) (defined in PixelsBase) | PixelsBase | protected |
computeColor(RGB fg, uint8_t opacity) (defined in PixelsBase) | PixelsBase | protected |
currentFont (defined in PixelsBase) | PixelsBase | protected |
currentScroll (defined in PixelsBase) | PixelsBase | protected |
deviceHeight (defined in PixelsBase) | PixelsBase | protected |
deviceWidth (defined in PixelsBase) | PixelsBase | protected |
deviceWriteData(uint8_t high, uint8_t low) (defined in Pixels) | Pixels | inlineprotectedvirtual |
drawBitmap(int16_t x, int16_t y, int16_t width, int16_t height, prog_uint16_t *data) | PixelsBase | |
drawCircle(int16_t x, int16_t y, int16_t radius) | PixelsBase | |
drawCircleAntialiaced(int16_t x, int16_t y, int16_t radius, boolean bordermode) (defined in PixelsBase) | PixelsBase | protectedvirtual |
drawCompressedBitmap(int16_t x, int16_t y, uint8_t *data) | PixelsBase | |
drawFatLineAntialiased(int16_t x1, int16_t y1, int16_t x2, int16_t y2) (defined in PixelsBase) | PixelsBase | protectedvirtual |
drawGlyph(int16_t fontType, boolean clean, int16_t xx, int16_t yy, int16_t height, prog_uchar *data, int16_t ptr, int16_t length) (defined in PixelsBase) | PixelsBase | protected |
drawIcon(int16_t xx, int16_t yy, prog_uchar data[]) | PixelsBase | |
drawLine(int16_t x1, int16_t y1, int16_t x2, int16_t y2) | PixelsBase | |
drawLineAntialiased(int16_t x1, int16_t y1, int16_t x2, int16_t y2) (defined in PixelsBase) | PixelsBase | protectedvirtual |
drawOval(int16_t x, int16_t y, int16_t width, int16_t height) | PixelsBase | |
drawPixel(int16_t x, int16_t y) | PixelsBase | |
drawRectangle(int16_t x, int16_t y, int16_t width, int16_t height) | PixelsBase | |
drawRoundRectangle(int16_t x, int16_t y, int16_t width, int16_t height, int16_t r) | PixelsBase | |
drawRoundRectangleAntialiased(int16_t x, int16_t y, int16_t width, int16_t height, int16_t rx, int16_t ry, boolean bordermode) (defined in PixelsBase) | PixelsBase | protectedvirtual |
enableAntialiasing(boolean enable) | PixelsBase | inlinevirtual |
enableScroll(boolean enable) | PixelsBase | inline |
fill(int b, int16_t x1, int16_t y1, int16_t x2, int16_t y2) (defined in PixelsBase) | PixelsBase | protected |
fillCircle(int16_t x, int16_t y, int16_t radius) | PixelsBase | |
fillDirection (defined in PixelsBase) | PixelsBase | protected |
fillOval(int16_t x, int16_t y, int16_t width, int16_t height) | PixelsBase | |
fillRectangle(int16_t x, int16_t y, int16_t width, int16_t height) | PixelsBase | |
fillRoundRectangle(int16_t x, int16_t y, int16_t width, int16_t height, int16_t r) | PixelsBase | |
flipScroll (defined in PixelsBase) | PixelsBase | protected |
foreground (defined in PixelsBase) | PixelsBase | protected |
getBackground() | PixelsBase | inline |
getColor() | PixelsBase | inline |
getHeight() | PixelsBase | inline |
getLineWidth() | PixelsBase | inline |
getOrientation() | PixelsBase | inline |
getPixel(int16_t x, int16_t y) | PixelsBase | |
getTextBaseline() | PixelsBase | |
getTextLineHeight() | PixelsBase | |
getTextWidth(String text, int8_t kerning[]=NULL) | PixelsBase | |
getWidth() | PixelsBase | inline |
height (defined in PixelsBase) | PixelsBase | protected |
hLine(int16_t x1, int16_t y1, int16_t x2) (defined in PixelsBase) | PixelsBase | protected |
init() | Pixels | virtual |
isAntialiased() | PixelsBase | inline |
isOriginRelative() | PixelsBase | inline |
landscape (defined in PixelsBase) | PixelsBase | protected |
lineWidth (defined in PixelsBase) | PixelsBase | protected |
loadBitmap(int16_t x, int16_t y, int16_t width, int16_t height, String path) | PixelsBase | |
loadFileBytes(String) (defined in PixelsBase) | PixelsBase | protected |
orientation (defined in PixelsBase) | PixelsBase | protected |
Pixels() (defined in Pixels) | Pixels | inline |
Pixels(uint16_t width, uint16_t height) (defined in Pixels) | Pixels | inline |
PixelsBase(uint16_t width, uint16_t height) | PixelsBase | |
print(int16_t xx, int16_t yy, String text, int8_t kerning[]=NULL) | PixelsBase | |
printString(int16_t xx, int16_t yy, String text, boolean clean, int8_t kerning[]=NULL) (defined in PixelsBase) | PixelsBase | protected |
putColor(int16_t x, int16_t y, boolean steep, double weight) (defined in PixelsBase) | PixelsBase | protected |
quickFill(int b, int16_t x1, int16_t y1, int16_t x2, int16_t y2) (defined in Pixels) | Pixels | protectedvirtual |
relativeOrigin (defined in PixelsBase) | PixelsBase | protected |
resetRegion() (defined in PixelsBase) | PixelsBase | protected |
scroll(int16_t dy, int16_t x1, int16_t x2, int8_t flags) | PixelsBase | |
scroll(int16_t dy, int8_t flags) | PixelsBase | |
scrollCleanMode (defined in PixelsBase) | PixelsBase | protected |
scrollCmd() (defined in Pixels) | Pixels | protectedvirtual |
scrollEnabled (defined in PixelsBase) | PixelsBase | protected |
scrollSupported (defined in PixelsBase) | PixelsBase | protected |
setBackground(uint8_t r, uint8_t g, uint8_t b) | PixelsBase | inline |
setBackground(RGB color) | PixelsBase | inline |
setColor(uint8_t r, uint8_t g, uint8_t b) | PixelsBase | inline |
setColor(RGB color) | PixelsBase | inline |
setCurrentPixel(RGB color) (defined in PixelsBase) | PixelsBase | protected |
setCurrentPixel(int16_t color) (defined in PixelsBase) | PixelsBase | protected |
setFillDirection(uint8_t direction) | Pixels | protectedvirtual |
setFont(prog_uchar font[]) | PixelsBase | |
setLineWidth(double width) | PixelsBase | inline |
setOrientation(uint8_t orientation) | PixelsBase | |
setOriginAbsolute() | PixelsBase | inline |
setOriginRelative() | PixelsBase | inline |
setRegion(int16_t x1, int16_t y1, int16_t x2, int16_t y2) (defined in Pixels) | Pixels | protectedvirtual |
vLine(int16_t x1, int16_t y1, int16_t y2) (defined in PixelsBase) | PixelsBase | protected |
width (defined in PixelsBase) | PixelsBase | protected |