Searched refs:row_height (Results 1 – 2 of 2) sorted by relevance
35 const float row_height = MAX2(RowHeight, label_size.y); in DrawAllocation() local45 const float y = window_pos.y + s * row_height; in DrawAllocation()51 y + row_height); in DrawAllocation()54 y + row_height); in DrawAllocation()
905 unsigned i, row_height = 0, xpos = 0, ypos = 0; in build_bitmap_atlas() local963 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()