Searched defs:center_y (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_arc.c | 54 void lv_draw_arc(lv_coord_t center_x, lv_coord_t center_y, uint16_t radius, const lv_area_t * mask, in lv_draw_arc()
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/ |
A D | WrapperIHaasImageProc.cpp | 145 int ImageProcCircle(void* instance, const ImageBuffer_t* src, int32_t center_x, int32_t center_y, in ImageProcCircle()
|
/AliOS-Things-master/components/py_engine/modules/minicv/ |
A D | imageproc.c | 299 int32_t center_y = (int32_t)mp_obj_get_int(args[3]); in obj_circle() local
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsevents.c | 549 int center_x = 0, center_y = 0; in WIN_WindowProc() local
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse.c | 347 int center_x = 0, center_y = 0; local
|
Completed in 10 milliseconds