Home | History | Annotate | Download | only in lcd

Lines Matching refs:drawLineVertical

308 void EBOLED::drawLineVertical(int8_t x, int8_t y, uint8_t height, uint8_t color)
321 drawLineVertical(x, y+1, innerHeight, color);
322 drawLineVertical(x+width-1, y+1, innerHeight, color);
330 drawLineVertical( x , y+radius , height-2*radius, color); // Left
331 drawLineVertical( x+width-1 , y+radius , height-2*radius, color); // Right
342 drawLineVertical(i, y, height, color);
502 drawLineVertical(x0, y0-radius, 2*radius+1, color);
525 drawLineVertical(x0+x, y0-y, 2*y+1+delta, color);
526 drawLineVertical(x0+y, y0-x, 2*x+1+delta, color);
529 drawLineVertical(x0-x, y0-y, 2*y+1+delta, color);
530 drawLineVertical(x0-y, y0-x, 2*x+1+delta, color);