Home
last modified time | relevance | path

Searched refs:drawTriangle (Results 1 – 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dst7735.cxx53 lcd->drawTriangle (50, 50, 80, 80, 60, 90, ST7735_GREEN); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dst7735.js46 lcd.drawTriangle(50, 50, 80, 80, 60, 90, st7735.ST7735_GREEN);
Deboled.js135 oled.drawTriangle(2, 2, 52, 7, 17, 37, 1);
/hardware/bsp/intel/peripheral/libupm/examples/java/
DST7735Sample.java61 lcd.drawTriangle((short) 50, (short) 50, (short) 80, (short) 80, (short) 60, (short) 90, in main()
/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dgfx.h162 …void drawTriangle (int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_…
Dgfx.cxx115 GFX::drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t … in drawTriangle() function in GFX
/hardware/bsp/intel/peripheral/libupm/src/lcd/
Deboled.h294 …void drawTriangle (int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color…
Deboled.cxx346 void EBOLED::drawTriangle(int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t… in drawTriangle() function in EBOLED