HomeSort by relevance Sort by last modified time
    Searched refs:max_bounds (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 65 dump_char_struct(&font->max_bounds, "max> ");
239 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
304 ch = &fs->max_bounds;
  /external/mesa3d/src/glx/
xfont.c 71 dump_char_struct(&font->max_bounds, "max> ");
243 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
244 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
307 ch = &fs->max_bounds;
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 72 dump_char_struct(&font->max_bounds, "max> ");
245 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing;
246 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
310 ch = &fs->max_bounds;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 1059 XCharStruct max_bounds; \/* maximum bounds over all existing char*\/ member in struct:__anon29797
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 1056 XCharStruct max_bounds; \/* maximum bounds over all existing char*\/ member in struct:__anon31660
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 2513 xcb_charinfo_t max_bounds; \/**< *\/ member in struct:xcb_query_font_reply_t
2645 xcb_charinfo_t max_bounds; \/**< *\/ member in struct:xcb_list_fonts_with_info_reply_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xproto.h 2513 xcb_charinfo_t max_bounds; \/**< *\/ member in struct:xcb_query_font_reply_t
2645 xcb_charinfo_t max_bounds; \/**< *\/ member in struct:xcb_list_fonts_with_info_reply_t
    [all...]
  /external/libvncserver/x11vnc/
nox11.h 1817 XCharStruct max_bounds; \/* maximum bounds over all existing char*\/ member in struct:__anon13629
    [all...]

Completed in 310 milliseconds