OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawRoundCorners
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/lcd/
eboled.cxx
333
drawRoundCorners
(x+radius , y+radius , radius, 1, color);
334
drawRoundCorners
(x+width-radius-1, y+radius , radius, 2, color);
335
drawRoundCorners
(x+width-radius-1, y+height-radius-1, radius, 4, color);
336
drawRoundCorners
(x+radius , y+height-radius-1, radius, 8, color);
466
void EBOLED::
drawRoundCorners
( int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, uint8_t color) {
eboled.h
328
void
drawRoundCorners
( int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, uint8_t color);
Completed in 40 milliseconds