Searched refs:drawCircle (Results 1 – 8 of 8) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | st7735.cxx | 56 lcd->drawCircle (100, 110, 10, ST7735_BLUE); in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | st7735.js | 49 lcd.drawCircle(100, 110, 10, st7735.ST7735_BLUE);
|
D | eboled.js | 141 oled.drawCircle(32, 24, 14, 1);
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | ST7735Sample.java | 65 lcd.drawCircle((short) 100, (short) 110, (short) 10, in main()
|
/hardware/bsp/intel/peripheral/libupm/src/st7735/ |
D | gfx.h | 172 void drawCircle (int16_t x, int16_t y, int16_t r, uint16_t color);
|
D | gfx.cxx | 122 GFX::drawCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color) { in drawCircle() function in GFX
|
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
D | eboled.h | 317 void drawCircle (int16_t x0, int16_t y0, int16_t radius, uint8_t color = COLOR_WHITE);
|
D | eboled.cxx | 429 void EBOLED::drawCircle(int16_t x0, int16_t y0, int16_t radius, uint8_t color) in drawCircle() function in EBOLED
|