Searched refs:row_templ (Results 1 – 1 of 1) sorted by relevance
370 const int32_t * row_templ; in calc_rows() local371 row_templ = get_row_dsc(cont); in calc_rows()373 if(row_templ == NULL) { in calc_rows()375 row_templ = get_row_dsc(parent); in calc_rows()376 if(row_templ == NULL) { in calc_rows()385 lv_memcpy(row_templ_sub, &row_templ[pos], sizeof(int32_t) * span); in calc_rows()387 row_templ = row_templ_sub; in calc_rows()391 c->row_num = count_tracks(row_templ); in calc_rows()398 if(IS_CONTENT(row_templ[i])) { in calc_rows()421 int32_t x = row_templ[i]; in calc_rows()[all …]