Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c699 unsigned i, row_height = 0, xpos = 0, ypos = 0; in build_bitmap_atlas() local
757 ypos += row_height; in build_bitmap_atlas()
758 row_height = 0; in build_bitmap_atlas()
774 row_height = MAX2(row_height, bitmap_height); in build_bitmap_atlas()
778 atlas->texHeight = ypos + row_height; in build_bitmap_atlas()