Searched refs:bg (Results 1 – 3 of 3) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/st7735/ |
D | gfx.cxx | 179 GFX::drawChar (int16_t x, int16_t y, uint8_t data, uint16_t color, uint16_t bg, uint8_t size) { in drawChar() argument 199 } else if (bg != color) { in drawChar() 201 setPixel (x+i, y+j, bg); in drawChar() 203 fillRect (x+i*size, y+j*size, size, size, bg); in drawChar()
|
D | gfx.h | 94 … void drawChar (int16_t x, int16_t y, uint8_t data, uint16_t color, uint16_t bg, uint8_t size);
|
/hardware/ti/omap4-aah/kernel-headers-ti/video/ |
D | dsscomp.h | 120 __s16 br, bg, bb; member
|