Searched refs:ugraphics_fill_rect (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ugraphics/example/ |
A D | ugraphics_example.c | 43 ret = ugraphics_fill_rect(0, 0, WIDTH, HEIGHT); in ugraphics_comp_example() 128 ret = ugraphics_fill_rect(0, 0, WIDTH, HEIGHT); in ugraphics_comp_example() 142 ret = ugraphics_fill_rect(0, 0, WIDTH / 2, HEIGHT / 2); in ugraphics_comp_example() 170 ret = ugraphics_fill_rect(0, 0, WIDTH, HEIGHT); in ugraphics_comp_example()
|
/AliOS-Things-master/components/ugraphics/include/ |
A D | ugraphics.h | 128 int32_t ugraphics_fill_rect(int32_t x, int32_t y, int32_t w, int32_t h);
|
/AliOS-Things-master/components/ugraphics/src/ |
A D | ugraphics.c | 178 int32_t ugraphics_fill_rect(int32_t x, int32_t y, int32_t w, int32_t h) in ugraphics_fill_rect() function
|
/AliOS-Things-master/components/py_engine/modules/ugraphics/ |
A D | modugraphics.c | 157 mp_int_t status = ugraphics_fill_rect(x, y, w, h); in mp_ugraphics_fillRect()
|
Completed in 9 milliseconds