Searched refs:setPixel (Results 1 – 7 of 7) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/st7735/ |
D | gfx.cxx | 44 GFX::setPixel (int x, int y, uint16_t color) { in setPixel() function in GFX 102 setPixel(y0, x0, color); in drawLine() 104 setPixel(x0, y0, color); in drawLine() 129 setPixel(x0 , y0+r, color); in drawCircle() 130 setPixel(x0 , y0-r, color); in drawCircle() 131 setPixel(x0+r, y0 , color); in drawCircle() 132 setPixel(x0-r, y0 , color); in drawCircle() 145 setPixel(x0 + x, y0 + y, color); in drawCircle() 146 setPixel(x0 - x, y0 + y, color); in drawCircle() 147 setPixel(x0 + x, y0 - y, color); in drawCircle() [all …]
|
D | gfx.h | 110 mraa::Result setPixel (int x, int y, uint16_t color);
|
D | st7735.cxx | 147 if (mraa::SUCCESS != setPixel (x, y, color)) { in drawPixel()
|
/hardware/bsp/intel/peripheral/libupm/src/lol/ |
D | lol.h | 91 unsigned char setPixel(int x, int y, unsigned char pixel);
|
D | lol.cxx | 171 unsigned char LoL::setPixel(int x, int y, unsigned char pixel) in setPixel() function in LoL
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | LoL_exampleSample.java | 46 sensor.setPixel(x, y, pixel); in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | lol-example.cxx | 55 sensor->setPixel(x, y, !(sensor->getPixel(x, y))); in main()
|