Searched defs:drawPixel (Results 1 - 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/st7735/
H A Dst7735.cxx146 ST7735::drawPixel(int16_t x, int16_t y, uint16_t color) { function in class:ST7735
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Deboled.cxx204 drawPixel(x+i, y+j, color);
234 void EBOLED::drawPixel(int8_t x, int8_t y, uint8_t color) function in class:EBOLED
291 drawPixel(y0, x0, color);
293 drawPixel(x0, y0, color);
437 drawPixel(x0 , y0+radius, color);
438 drawPixel(x0 , y0-radius, color);
439 drawPixel(x0+radius, y0 , color);
440 drawPixel(x0-radius, y0 , color);
455 drawPixel(x0 + x, y0 + y, color);
456 drawPixel(x
[all...]

Completed in 1292 milliseconds