Home
last modified time | relevance | path

Searched refs:bg (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dgfx.cxx179 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()
Dgfx.h94 … 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/
Ddsscomp.h120 __s16 br, bg, bb; member