Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h35 const float row_height = MAX2(RowHeight, label_size.y); in DrawAllocation() local
45 const float y = window_pos.y + s * row_height; in DrawAllocation()
51 y + row_height); in DrawAllocation()
54 y + row_height); in DrawAllocation()
/external/mesa3d/src/mesa/main/
Ddlist.c905 unsigned i, row_height = 0, xpos = 0, ypos = 0; in build_bitmap_atlas() local
963 ypos += row_height; in build_bitmap_atlas()
964 row_height = 0; in build_bitmap_atlas()
980 row_height = MAX2(row_height, bitmap_height); in build_bitmap_atlas()
984 atlas->texHeight = ypos + row_height; in build_bitmap_atlas()