HomeSort by: relevance | last modified time | path
    Searched refs:row_height (Results 1 - 9 of 9) 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/
ListP.h 90 int row_height; /* height of each row */ member in struct:__anon5735
SimpleMenP.h 67 Dimension row_height; /* height of each row (menu entry) */ member in struct:_SimpleMenuPart
  /xsrc/external/mit/libXaw/dist/src/
List.c 499 lw->list.row_height =
503 lw->list.row_height = lw->list.font->max_bounds.ascent +
537 another = (yloc - (int)lw->list.internal_height) / lw->list.row_height;
546 / lw->list.row_height));
641 Dimension height = (Dimension)lw->list.row_height;
710 y = lw->list.row_height * (item % lw->list.nrows)
716 y = lw->list.row_height * (item / lw->list.ncols)
896 height2 = (unsigned long)(lw->list.nrows * lw->list.row_height +
919 height2 = (unsigned long)((lw->list.nrows * lw->list.row_height)
936 height2 = (unsigned long)((lw->list.nrows * lw->list.row_height)
    [all...]
SimpleMenu.c 141 offset(row_height),
1133 if (smw->simple_menu.row_height != 0)
1134 XtHeight(kid) = smw->simple_menu.row_height;
  /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/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;
  /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;

Completed in 29 milliseconds