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

  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 59 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
170 rows = fs->max_byte1 - fs->min_byte1 + 1;
184 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1))
256 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2;
257 rows = fs->max_byte1 - fs->min_byte1 + 1;
  /external/mesa3d/src/glx/
xfont.c 65 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
176 rows = fs->max_byte1 - fs->min_byte1 + 1;
190 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1))
259 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2;
260 rows = fs->max_byte1 - fs->min_byte1 + 1;
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 66 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
177 rows = fs->max_byte1 - fs->min_byte1 + 1;
191 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1))
262 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2;
263 rows = fs->max_byte1 - fs->min_byte1 + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 710 if (row >= fs->min_byte1 && row <= fs->max_byte1 && \
    [all...]
Xlib.h 1053 unsigned max_byte1; \/* last row that exists *\/ member in struct:__anon29797
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 674 if (row >= fs->min_byte1 && row <= fs->max_byte1 && \
    [all...]
Xlib.h 1050 unsigned max_byte1; \/* last row that exists *\/ member in struct:__anon31660
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 2521 uint8_t max_byte1; \/**< *\/ member in struct:xcb_query_font_reply_t
2653 uint8_t max_byte1; \/**< *\/ 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 2521 uint8_t max_byte1; \/**< *\/ member in struct:xcb_query_font_reply_t
2653 uint8_t max_byte1; \/**< *\/ member in struct:xcb_list_fonts_with_info_reply_t
    [all...]
  /external/libvncserver/x11vnc/
nox11.h 1811 unsigned max_byte1; \/* last row that exists *\/ member in struct:__anon13629
    [all...]

Completed in 108 milliseconds