HomeSort by: relevance | last modified time | path
    Searched defs:row_height (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
aubinator_viewer_urb.h 35 const float row_height = MAX2(RowHeight, label_size.y); local
45 const float y = window_pos.y + s * row_height;
51 y + row_height);
54 y + row_height);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
aubinator_viewer_urb.h 35 const float row_height = MAX2(RowHeight, label_size.y); local
45 const float y = window_pos.y + s * row_height;
51 y + row_height);
54 y + row_height);
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
SimpleMenP.h 67 Dimension row_height; /* height of each row (menu entry) */ member in struct:_SimpleMenuPart
ListP.h 90 int row_height; /* height of each row */ member in struct:__anon5735
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_composite_glyphs.c 45 int row_height; member in struct:glamor_glyph_atlas
136 atlas->row_height = 0;
148 atlas->y += atlas->row_height;
149 atlas->row_height = 0;
172 if (atlas->row_height < glyph_draw->height)
173 atlas->row_height = glyph_draw->height;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
dlist.c 784 unsigned i, row_height = 0, xpos = 0, ypos = 0; local
842 ypos += row_height;
843 row_height = 0;
859 row_height = MAX2(row_height, bitmap_height);
863 atlas->texHeight = ypos + row_height;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
dlist.c 950 unsigned i, row_height = 0, xpos = 0, ypos = 0; local
1008 ypos += row_height;
1009 row_height = 0;
1025 row_height = MAX2(row_height, bitmap_height);
1029 atlas->texHeight = ypos + row_height;

Completed in 55 milliseconds