Home
last modified time | relevance | path

Searched refs:ugraphics_fill_rect (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ugraphics/example/
A Dugraphics_example.c43 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 Dugraphics.h128 int32_t ugraphics_fill_rect(int32_t x, int32_t y, int32_t w, int32_t h);
/AliOS-Things-master/components/ugraphics/src/
A Dugraphics.c178 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 Dmodugraphics.c157 mp_int_t status = ugraphics_fill_rect(x, y, w, h); in mp_ugraphics_fillRect()

Completed in 9 milliseconds