Searched refs:col_templ_sub (Results 1 – 1 of 1) sorted by relevance
292 int32_t * col_templ_sub = lv_malloc(sizeof(int32_t) * (span + 1)); in calc_cols() local293 lv_memcpy(col_templ_sub, &col_templ[pos], sizeof(int32_t) * span); in calc_cols()294 col_templ_sub[span] = LV_GRID_TEMPLATE_LAST; in calc_cols()295 col_templ = col_templ_sub; in calc_cols()