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

/hardware/bsp/intel/peripheral/libupm/src/st7735/
H A Dgfx.cxx70 drawLine(x, y, x, y+h-1, color);
74 GFX::drawLine (int16_t x0, int16_t y0, int16_t x1, int16_t y1, uint16_t color) { function in class:GFX
116 drawLine(x0, y0, x1, y1, color);
117 drawLine(x1, y1, x2, y2, color);
118 drawLine(x2, y2, x0, y0, color);
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Deboled.cxx262 void EBOLED::drawLine(int8_t x0, int8_t y0, int8_t x1, int8_t y1, uint8_t color) function in class:EBOLED
305 drawLine(x, y, x+width-1, y, color);
310 drawLine(x, y, x, y+height-1, color);
348 drawLine(x0, y0, x1, y1, color);
349 drawLine(x1, y1, x2, y2, color);
350 drawLine(x2, y2, x0, y0, color);

Completed in 116 milliseconds