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

/hardware/bsp/intel/peripheral/libupm/src/st7735/
H A Dgfx.cxx179 GFX::drawChar (int16_t x, int16_t y, uint8_t data, uint16_t color, uint16_t bg, uint8_t size) { argument
199 } else if (bg != color) {
201 setPixel (x+i, y+j, bg);
203 fillRect (x+i*size, y+j*size, size, size, bg);
H A Dgfx.h91 * @param bg Character background color
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/
H A Ddsscomp.h120 __s16 br, bg, bb; member in struct:omap_dss_cpr_coefs

Completed in 133 milliseconds