| /xsrc/external/mit/freetype/dist/src/base/ |
| ftbdf.c | 33 const char* encoding = NULL; local 45 error = service->get_charset_id( face, &encoding, ®istry ); 50 *acharset_encoding = encoding;
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| cffcmap.c | 29 /***** CFF STANDARD (AND EXPERT) ENCODING CMAPS *****/ 40 CFF_Encoding encoding = &cff->encoding; local 45 cmap->gids = encoding->codes; 127 /***** CFF SYNTHETIC UNICODE ENCODING CMAP *****/
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| glyphcurs.c | 140 FontEncoding encoding; local 144 encoding = (FONTLASTROW(pfont) == 0) ? Linear16Bit : TwoD16Bit; 145 if (encoding == Linear16Bit) { 155 (*pfont->get_glyphs) (pfont, 1, chs, encoding, &nglyphs, &pci);
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| ephyr_glamor_xv.c | 113 KdVideoEncodingRec encoding = { local 132 adaptor->pEncodings = &encoding;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| glyphcurs.c | 146 FontEncoding encoding; local 150 encoding = (FONTLASTROW(pfont) == 0) ? Linear16Bit : TwoD16Bit; 151 if (encoding == Linear16Bit) 163 (*pfont->get_glyphs) (pfont, 1, chs, encoding, &nglyphs, &pci);
|
| /xsrc/external/mit/bdftopcf/dist/ |
| bitmap.c | 52 CharInfoPtr **encoding; local 56 encoding = bitmapFont->encoding; 75 *glyphs++ = ACCESSENCODING(encoding, c); 83 if (c < numCols && (pci = ACCESSENCODING(encoding, c))) 96 *glyphs++ = ACCESSENCODING(encoding, c); 105 if (c < numCols && (pci = ACCESSENCODING(encoding, c))) 122 (pci = ACCESSENCODING(encoding, r * numCols + c)))
|
| bitmap.h | 43 /* number of encoding entries in one segment */ 60 CharInfoPtr **encoding; /* array of arrays of char info pointers */ member in struct:_BitmapFont
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| t1cmap.c | 29 /***** TYPE1 STANDARD (AND EXPERT) ENCODING CMAPS *****/ 184 /***** TYPE1 CUSTOM ENCODING CMAP *****/ 195 T1_Encoding encoding = &face->type1.encoding; local 200 cmap->first = (FT_UInt)encoding->code_first; 201 cmap->count = (FT_UInt)encoding->code_last - cmap->first; 202 cmap->indices = encoding->char_index; 205 FT_ASSERT( encoding->code_first <= encoding->code_last ); 284 /***** TYPE1 SYNTHETIC UNICODE ENCODING CMAP ***** [all...] |
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| ftenc.c | 46 FTEncFontSpecific(const char *encoding) 48 const char *p = encoding; 50 if(strcasecmp(encoding, "microsoft-symbol") == 0) 66 FontEncPtr encoding; local 107 encoding = FontEncFind(encoding_name, filename); 108 if(symbol && encoding == NULL) 109 encoding = FontEncFind("microsoft-symbol", filename); 110 if(encoding == NULL) { 111 ErrorF("FreeType: couldn't find encoding '%s' for '%s'\n", 117 for(mapping = encoding->mappings; mapping; mapping = mapping->next) [all...] |
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| bitmap.c | 53 CharInfoPtr **encoding; local 57 encoding = bitmapFont->encoding; 76 *glyphs++ = ACCESSENCODING(encoding,c); 83 if (c < numCols && (pci = ACCESSENCODING(encoding,c))) 96 *glyphs++ = ACCESSENCODING(encoding,c); 104 if (c < numCols && (pci = ACCESSENCODING(encoding,c))) 119 (pci = ACCESSENCODING(encoding, r * numCols + c)))
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| ftenc.c | 47 FTEncFontSpecific(const char *encoding) 49 const char *p = encoding; 51 if(strcasecmp(encoding, "microsoft-symbol") == 0) 67 FontEncPtr encoding; local 106 encoding = FontEncFind(encoding_name, filename); 107 if(symbol && encoding == NULL) 108 encoding = FontEncFind("microsoft-symbol", filename); 109 if(encoding == NULL) { 110 ErrorF("FreeType: couldn't find encoding '%s' for '%s'\n", 116 for(mapping = encoding->mappings; mapping; mapping = mapping->next) [all...] |
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| bitmap.c | 54 CharInfoPtr **encoding; local 58 encoding = bitmapFont->encoding; 77 *glyphs++ = ACCESSENCODING(encoding,c); 84 if (c < numCols && (pci = ACCESSENCODING(encoding,c))) 97 *glyphs++ = ACCESSENCODING(encoding,c); 105 if (c < numCols && (pci = ACCESSENCODING(encoding,c))) 120 (pci = ACCESSENCODING(encoding, r * numCols + c)))
|
| /xsrc/external/mit/xditview/dist/ |
| DviChar.h | 8 * The encoding names are taken from X - 30 const char *encoding; member in struct:_dviCharNameMap
|
| /xsrc/external/mit/fstobdf/dist/ |
| chars.c | 74 unsigned int encoding, 83 * ENCODING index 97 glyphName = XKeysymToString((KeySym) encoding); 102 "C%06o" : "C%03o"), encoding); 104 fprintf(outFile, "ENCODING %u\n", encoding); 199 unsigned int encoding = (chHigh << 8) + chLow; local 202 EmitBitmap(outFile, fontHeader, charInfo, encoding, bpr, glyph); 204 offsets[encoding - ((firstCharHigh << 8) + firstCharLow) +
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| lcTxtPr.c | 78 Atom encoding; local 98 encoding = XA_STRING; 102 encoding = XInternAtom(dpy, "UTF8_STRING", False); 106 encoding = XInternAtom(dpy, "COMPOUND_TEXT", False); 110 encoding = XInternAtom(dpy, XLC_PUBLIC(lcd, encoding_name), False); 174 if (ret > 0 && style == XStdICCTextStyle && encoding == XA_STRING) { 176 encoding = XInternAtom(dpy, "COMPOUND_TEXT", False); 210 text_prop->encoding = encoding;
|
| lcPrTxt.c | 123 Atom encoding; local 140 encoding = text_prop->encoding; 141 if (encoding == XA_STRING) 143 else if (encoding == XInternAtom(dpy, "UTF8_STRING", False)) 145 else if (encoding == XInternAtom(dpy, "COMPOUND_TEXT", False)) 147 else if (encoding == XInternAtom(dpy, XLC_PUBLIC(lcd, encoding_name), False))
|
| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| bitmap.h | 43 /* number of encoding entries in one segment */ 60 CharInfoPtr **encoding; /* array of arrays of char info pointers */ member in struct:_BitmapFont
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| bitmap.h | 43 /* number of encoding entries in one segment */ 60 CharInfoPtr **encoding; /* array of arrays of char info pointers */ member in struct:_BitmapFont
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| xfont.c | 113 int encoding = (FONTLASTROW(pFont) == 0) ? Linear16Bit : TwoD16Bit; local 125 (*pFont->get_glyphs) (pFont, 1, chs, (FontEncoding) encoding,
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| LabelP.h | 83 unsigned char encoding; member in struct:__anon5733
|
| TipP.h | 66 unsigned char encoding; member in struct:_TipPart
|
| /xsrc/external/mit/libXfont/dist/src/util/ |
| fontutil.c | 141 FontEncoding encoding; local 152 encoding = TwoD16Bit; 154 encoding = Linear16Bit; 155 (*pFont->get_metrics) (pFont, count, chars, encoding, &n, charinfo); 169 (*pFont->get_metrics) (pFont, 1, defc, encoding, &t, &defaultChar);
|
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| fontutil.c | 132 FontEncoding encoding; local 143 encoding = TwoD16Bit; 145 encoding = Linear16Bit; 146 (*pFont->get_metrics) (pFont, count, chars, encoding, &n, charinfo); 160 (*pFont->get_metrics) (pFont, 1, defc, encoding, &t, &defaultChar);
|
| /xsrc/external/mit/libfontenc/dist/include/X11/fonts/ |
| fontenc.h | 23 /* Header for backend-independent encoding code */ 25 /* An encoding is identified with a name. An encoding contains some 26 global encoding data, such as its size, and a set of mappings. 33 /* Encoding types. For future extensions, clients should be prepared 34 to ignore unknown encoding types. */ 58 struct _FontEnc *encoding; member in struct:_FontMap 61 /* This is the structure that holds all the info for one encoding. It 66 char *name; /* the name of the encoding */ 86 /* extract an encoding name from an XLFD name. Returns a pointer to [all...] |
| /xsrc/external/mit/xfontsel/dist/ |
| ULabelP.h | 91 unsigned char encoding; member in struct:__anon9693
|