Searched defs:templ (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_objx_templ.c | 119 void lv_templ_set_style(lv_obj_t * templ, lv_templ_style_t type, const lv_style_t * style) in lv_templ_set_style() 143 lv_style_t * lv_templ_get_style(const lv_obj_t * templ, lv_templ_style_t type) in lv_templ_get_style() 179 static bool lv_templ_design(lv_obj_t * templ, const lv_area_t * mask, lv_design_mode_t mode) in lv_templ_design() 203 static lv_res_t lv_templ_signal(lv_obj_t * templ, lv_signal_t sign, void * param) in lv_templ_signal()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_gesture.c | 124 static int SaveTemplate(SDL_DollarTemplate *templ, SDL_RWops *dst) in SaveTemplate() 190 SDL_DollarTemplate *templ; in SDL_AddDollarGesture_one() local 246 SDL_DollarTemplate templ; in SDL_LoadDollarTemplates() local 285 static float dollarDifference(SDL_FloatPoint* points,SDL_FloatPoint* templ,float ang) in dollarDifference() 301 static float bestDollarDifference(SDL_FloatPoint* points,SDL_FloatPoint* templ) in bestDollarDifference()
|
Completed in 4 milliseconds