Searched refs:row_start (Results 1 – 2 of 2) sorted by relevance
142 lcd->area.row_start = area_p->y1; in flush_cb()
938 uint32_t row_start = row_id * table->col_cnt; in get_row_height() local943 for(cell = row_start, col = 0; cell < row_start + table->col_cnt; cell++, col++) { in get_row_height()