Searched refs:drawLineVertical (Results 1 – 2 of 2) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
D | eboled.cxx | 308 void EBOLED::drawLineVertical(int8_t x, int8_t y, uint8_t height, uint8_t color) in drawLineVertical() function in EBOLED 321 drawLineVertical(x, y+1, innerHeight, color); in drawRectangle() 322 drawLineVertical(x+width-1, y+1, innerHeight, color); in drawRectangle() 330 drawLineVertical( x , y+radius , height-2*radius, color); // Left in drawRoundedRectangle() 331 drawLineVertical( x+width-1 , y+radius , height-2*radius, color); // Right in drawRoundedRectangle() 342 drawLineVertical(i, y, height, color); in drawRectangleFilled() 502 drawLineVertical(x0, y0-radius, 2*radius+1, color); in drawCircleFilled() 525 drawLineVertical(x0+x, y0-y, 2*y+1+delta, color); in drawRoundedCornersFilled() 526 drawLineVertical(x0+y, y0-x, 2*x+1+delta, color); in drawRoundedCornersFilled() 529 drawLineVertical(x0-x, y0-y, 2*y+1+delta, color); in drawRoundedCornersFilled() [all …]
|
D | eboled.h | 247 void drawLineVertical (int8_t x, int8_t y, uint8_t height, uint8_t color = COLOR_WHITE);
|