OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawLineVertical
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/lcd/
eboled.cxx
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)
[
all
...]
eboled.h
247
void
drawLineVertical
(int8_t x, int8_t y, uint8_t height, uint8_t color = COLOR_WHITE);
Completed in 697 milliseconds