Home
last modified time | relevance | path

Searched refs:drawRoundedRectangle (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Deboled.js130 oled.drawRoundedRectangle(8, 8, 48, 16, 4, 1);
/hardware/bsp/intel/peripheral/libupm/src/lcd/
Deboled.h270 …void drawRoundedRectangle(int8_t x, int8_t y, int8_t width, int8_t height, int16_t radius, uint8_t…
Deboled.cxx326 void EBOLED::drawRoundedRectangle(int8_t x, int8_t y, int8_t width, int8_t height, int16_t radius, … in drawRoundedRectangle() function in EBOLED