Searched refs:byte1 (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dcapturexfont.c93 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 DRead.c231 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 DTextExt16.c81 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 DImText16.c76 *ptr++ = str->byte1;
H A DQuTextE16.c58 *ptr++ = string->byte1;
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dxuserotfont.c64 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 Dglx_usefont.c61 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 Dxfont.c65 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 Dxfonts.c60 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 Dglx_usefont.c61 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 Dxfont.c65 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 Dxfonts.c59 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 DomTextPer.c104 CI_GET_CHAR_INFO_2D(font, xchar2b_ptr->byte1,
/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c146 #define WORD_ASSEMBLY(byte1, byte2) (((byte2) << 8) | (byte1))
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsintrp.c2906 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 DULabel.c212 ptr->byte1 = (codepoint >> 8) & 0xff;
251 ptr->byte1 = (codepoint >> 8) & 0xff;
/xsrc/external/mit/xfd/dist/
H A Dxfd.c392 char2b.byte1 = p->thechar >> 8;
H A Dgrid.c765 * 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 DXlib.h1061 unsigned char byte1; member in struct:__anonf1b122fa3c08
/xsrc/external/mit/xterm/dist/
H A DTekproc.c733 sbuf.byte1 = HI_BYTE(ch);

Completed in 26 milliseconds