Searched refs:row_templ_sub (Results 1 – 1 of 1) sorted by relevance
384 int32_t * row_templ_sub = lv_malloc(sizeof(int32_t) * (span + 1)); in calc_rows() local385 lv_memcpy(row_templ_sub, &row_templ[pos], sizeof(int32_t) * span); in calc_rows()386 row_templ_sub[span] = LV_GRID_TEMPLATE_LAST; in calc_rows()387 row_templ = row_templ_sub; in calc_rows()