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

  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 59 font->min_char_or_byte2, font->max_char_or_byte2);
68 for (c = font->min_char_or_byte2; c <= font->max_char_or_byte2; c++) {
172 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
176 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
184 (fs->max_char_or_byte2 < byte2) ||
255 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
257 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) ||
267 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
269 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2;
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 59 font->min_char_or_byte2, font->max_char_or_byte2);
68 for (c = font->min_char_or_byte2; c <= font->max_char_or_byte2; c++) {
172 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
176 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
184 (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;
  /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:__anon61392
    [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...]

Completed in 116 milliseconds