OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawLineHorizontal
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
eboled.js
101
oled.
drawLineHorizontal
(0,y+1,63,2);
103
oled.
drawLineHorizontal
(0,y,63,2);
/hardware/bsp/intel/peripheral/libupm/src/lcd/
eboled.cxx
303
void EBOLED::
drawLineHorizontal
(int8_t x, int8_t y, uint8_t width, uint8_t color)
315
drawLineHorizontal
(x, y, width, color);
316
drawLineHorizontal
(x, y+height-1, color);
328
drawLineHorizontal
(x+radius , y , width-2*radius, color); // Top
329
drawLineHorizontal
(x+radius , y+height-1, width-2*radius, color); // Bottom
374
drawLineHorizontal
(a, y0, b-a+1, color);
408
drawLineHorizontal
(a, y, b-a+1, color);
425
drawLineHorizontal
(a, y, b-a+1, color);
eboled.h
237
void
drawLineHorizontal
(int8_t x, int8_t y, uint8_t width, uint8_t color = COLOR_WHITE);
Completed in 37 milliseconds