| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | capturexfont.c | 93 int rows, pages, byte1, byte2, index; local in function:captureXFont 152 byte1 = i >> 8; 155 fontinfo->min_byte1 > byte1 || 156 fontinfo->max_byte1 < byte1); 167 byte1 = i >> 8; 169 (byte1 - fontinfo->min_byte1) * pages + 187 character.byte1 = i >> 8; 208 byte1 = grabList[j] >> 8; 210 (byte1 - fontinfo->min_byte1) * pages + 292 byte1 [all...] |
| /xsrc/external/mit/libXdmcp/dist/ |
| H A D | Read.c | 231 CARD8 byte0, byte1, byte2, byte3; local in function:XdmcpReadCARD32 233 XdmcpReadCARD8 (buffer, &byte1) && 238 (((CARD32) byte1) << 16) |
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | TextExt16.c | 81 unsigned int r = (unsigned int) string->byte1; /* watch for macros */ 148 unsigned int r = (unsigned int) string->byte1; /* watch for macros */ 195 unsigned int r = (unsigned int) string->byte1; /* watch for macros */
|
| H A D | ImText16.c | 76 *ptr++ = str->byte1;
|
| H A D | QuTextE16.c | 58 *ptr++ = string->byte1;
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | xuserotfont.c | 64 char2b.byte1 = (c >> 8) & 0xff; 133 unsigned int byte1 = 0, byte2 = 0; local in function:isvalid 147 byte1 = which >> 8; 150 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 162 i = ((byte1 - fs->min_byte1) * pages) +
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_usefont.c | 61 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 142 char2b.byte1 = (c >> 8) & 0xff; 169 unsigned int byte1 = 0, byte2 = 0; local in function:isvalid 183 byte1 = which >> 8; 186 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 198 i = ((byte1 - fs->min_byte1) * pages) +
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | xfont.c | 65 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 146 char2b.byte1 = (c >> 8) & 0xff; 173 int byte1 = 0, byte2 = 0; local in function:isvalid 187 byte1 = which >> 8; 190 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 202 i = ((byte1 - fs->min_byte1) * pages) +
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xfonts.c | 60 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 141 char2b.byte1 = (c >> 8) & 0xff; 168 unsigned int byte1 = 0, byte2 = 0; local in function:isvalid 182 byte1 = which >> 8; 185 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 197 i = ((byte1 - fs->min_byte1) * pages) +
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_usefont.c | 61 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 142 char2b.byte1 = (c >> 8) & 0xff; 169 unsigned int byte1 = 0, byte2 = 0; local in function:isvalid 183 byte1 = which >> 8; 186 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 198 i = ((byte1 - fs->min_byte1) * pages) +
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | xfont.c | 65 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 146 char2b.byte1 = (c >> 8) & 0xff; 173 int byte1 = 0, byte2 = 0; local in function:isvalid 187 byte1 = which >> 8; 190 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 202 i = ((byte1 - fs->min_byte1) * pages) +
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xfonts.c | 59 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1); 140 char2b.byte1 = (c >> 8) & 0xff; 167 unsigned int byte1 = 0, byte2 = 0; local in function:isvalid 181 byte1 = which >> 8; 184 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1)) 196 i = ((byte1 - fs->min_byte1) * pages) +
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omTextPer.c | 104 CI_GET_CHAR_INFO_2D(font, xchar2b_ptr->byte1,
|
| /xsrc/external/mit/xf86-input-elographics/dist/src/ |
| H A D | xf86Elo.c | 146 #define WORD_ASSEMBLY(byte1, byte2) (((byte2) << 8) | (byte1))
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psintrp.c | 2906 CF2_Int byte1 = cf2_buf_readByte( charstring ); local in function:cf2_interpT2CharString 2910 v = (FT_Short)( ( byte1 << 8 ) | 2973 FT_UInt32 byte1 = (FT_UInt32)cf2_buf_readByte( charstring ); local in function:cf2_interpT2CharString 2979 v = (CF2_Fixed)( ( byte1 << 24 ) |
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | ULabel.c | 212 ptr->byte1 = (codepoint >> 8) & 0xff; 251 ptr->byte1 = (codepoint >> 8) & 0xff;
|
| /xsrc/external/mit/xfd/dist/ |
| H A D | xfd.c | 392 char2b.byte1 = p->thechar >> 8;
|
| H A D | grid.c | 765 * fonts. Store the high eight bits in byte1 and the low eight bits in 810 thechar.byte1 = (n >> 8); /* high eight bits */
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 1061 unsigned char byte1; member in struct:__anonf1b122fa3c08
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | Tekproc.c | 733 sbuf.byte1 = HI_BYTE(ch);
|