OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charmaps
(Results
1 - 13
of
13
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/type42/
t42types.h
45
FT_CharMap
charmaps
[2];
member in struct:T42_FaceRec_
/xsrc/external/mit/libXfont/dist/src/FreeType/
ftenc.c
169
cmap = face->
charmaps
[i];
179
cmap = face->
charmaps
[i];
189
cmap = face->
charmaps
[i];
197
cmap = face->
charmaps
[i];
/xsrc/external/mit/libXfont2/dist/src/FreeType/
ftenc.c
168
cmap = face->
charmaps
[i];
178
cmap = face->
charmaps
[i];
188
cmap = face->
charmaps
[i];
196
cmap = face->
charmaps
[i];
/xsrc/external/mit/freetype/dist/include/freetype/internal/
t1types.h
210
FT_CharMap
charmaps
[2];
member in struct:T1_FaceRec_
/xsrc/external/mit/fonttosfnt/dist/
read.c
149
if((face->
charmaps
[j]->encoding == ft_encoding_none) ||
150
(face->
charmaps
[j]->encoding == ft_encoding_adobe_standard)) {
/xsrc/external/mit/freetype/dist/src/base/
ftobjs.c
1152
FT_CMap cmap = FT_CMAP( face->
charmaps
[n] );
1157
face->
charmaps
[n] = NULL;
1160
FT_FREE( face->
charmaps
);
1194
/* discard
charmaps
*/
1251
first = face->
charmaps
;
1267
* *several* Unicode
charmaps
:
1304
/* Do the loop again and search for UCS-2
charmaps
. */
1340
first = face->
charmaps
;
3542
cur = face->
charmaps
;
3574
cur = face->
charmaps
;
[
all
...]
/xsrc/external/mit/freetype/dist/src/cache/
ftccmap.c
305
cmap = face->
charmaps
[cmap_index];
/xsrc/external/mit/mkfontscale/dist/
mkfontscale.c
1219
FT_CharMap cmap = face->
charmaps
[i];
1230
FT_CharMap cmap = face->
charmaps
[i];
1240
FT_CharMap cmap = face->
charmaps
[i];
1249
FT_CharMap cmap = face->
charmaps
[i];
/xsrc/external/mit/freetype/dist/src/type1/
t1afm.c
185
charmap = t1_face->
charmaps
[n];
/xsrc/external/mit/freetype/dist/src/cff/
cffobjs.c
1058
cmap = cffface->
charmaps
[nn];
1093
cffface->charmap = cffface->
charmaps
[nn];
/xsrc/external/mit/freetype/dist/include/freetype/
freetype.h
544
* several
charmaps
per font.
546
* Each face object owns zero or more
charmaps
, but only one of them can
550
* The list of available
charmaps
in a face is available through the
551
* `face->num_charmaps` and `face->
charmaps
` fields of @FT_FaceRec.
605
* An enumeration to specify character sets supported by
charmaps
. Used
942
* The number of
charmaps
in the face.
944
*
charmaps
::
945
* An array of the
charmaps
of the face.
1045
FT_CharMap*
charmaps
;
member in struct:FT_FaceRec_
2829
* its glyph indices are not listed in any of the font's
charmaps
[
all
...]
/xsrc/external/mit/freetype/dist/src/bdf/
bdfdrivr.c
632
/*
charmaps
*/
715
bdfface->charmap = bdfface->
charmaps
[0];
/xsrc/external/mit/freetype/dist/src/sfnt/
sfobjs.c
243
/*
charmaps
). */
1118
* Polish the
charmaps
.
1138
FT_CharMap charmap = root->
charmaps
[m];
Completed in 18 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026