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

  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 58 font->min_char_or_byte2, font->max_char_or_byte2);
67 for (c = font->min_char_or_byte2; c <= font->max_char_or_byte2; c++) {
171 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
175 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
183 (fs->max_char_or_byte2 < byte2) ||
254 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
256 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2;
  /external/mesa3d/src/glx/
xfont.c 64 font->min_char_or_byte2, font->max_char_or_byte2);
73 for (c = font->min_char_or_byte2; c <= font->max_char_or_byte2; c++) {
177 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
181 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
189 (fs->max_char_or_byte2 < byte2) ||
257 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
259 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2;
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 65 font->min_char_or_byte2, font->max_char_or_byte2);
74 for (c = font->min_char_or_byte2; c <= font->max_char_or_byte2; c++) {
178 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
182 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
190 (fs->max_char_or_byte2 < byte2) ||
260 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
262 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 688 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
711 col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
716 (fs->max_char_or_byte2 - \
    [all...]
Xlib.h 1051 unsigned max_char_or_byte2;\/* last character *\/ member in struct:__anon29797
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 652 if (col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
675 col >= fs->min_char_or_byte2 && col <= fs->max_char_or_byte2) { \
680 (fs->max_char_or_byte2 - \
    [all...]
Xlib.h 1048 unsigned max_char_or_byte2;\/* last character *\/ member in struct:__anon31660
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 2516 uint16_t max_char_or_byte2; \/**< *\/ member in struct:xcb_query_font_reply_t
2648 uint16_t max_char_or_byte2; \/**< *\/ 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 2516 uint16_t max_char_or_byte2; \/**< *\/ member in struct:xcb_query_font_reply_t
2648 uint16_t max_char_or_byte2; \/**< *\/ member in struct:xcb_list_fonts_with_info_reply_t
    [all...]
  /external/libvncserver/x11vnc/
nox11.h 1809 unsigned max_char_or_byte2;\/* last character *\/ member in struct:__anon13629
    [all...]

Completed in 161 milliseconds