Home
last modified time | relevance | path

Searched refs:templ (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/widgets/objx_templ/
Dlv_objx_templ.c112 lv_templ_t * templ = (lv_templ_t *)obj; in lv_templ_constructor() local
120 lv_templ_t * templ = (lv_templ_t *)obj; in lv_templ_destructor() local
/lvgl-latest/src/layouts/grid/
Dlv_grid.c65 static uint32_t count_tracks(const int32_t * templ);
657 static uint32_t count_tracks(const int32_t * templ) in count_tracks() argument
660 for(i = 0; templ[i] != LV_GRID_TEMPLATE_LAST; i++); in count_tracks()