OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charmaps
(Results
1 - 14
of
14
) sorted by null
/ndk/sources/android/support/src/musl-locale/
iconv.c
30
/* Definitions of
charmaps
. Each charmap consists of:
35
static const unsigned char
charmaps
[] =
variable
77
for (s=
charmaps
; *s; ) {
80
return s+1-
charmaps
;
97
|| (
charmaps
[t] >= 0320)) {
148
const unsigned char *map =
charmaps
+from+1;
149
const unsigned char *tomap =
charmaps
+to+1;
/external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h
217
FT_CharMap
charmaps
[2];
member in struct:T1_FaceRec_
/external/freetype/include/freetype/internal/
t1types.h
206
FT_CharMap
charmaps
[2];
member in struct:T1_FaceRec_
/external/chromium_org/third_party/freetype/src/base/
ftobjs.c
857
FT_CMap cmap = FT_CMAP( face->
charmaps
[n] );
862
face->
charmaps
[n] = NULL;
865
FT_FREE( face->
charmaps
);
899
/* discard
charmaps
*/
960
first = face->
charmaps
;
976
* *several* Unicode
charmaps
:
1021
/* Do the loop again and search for UCS-2
charmaps
. */
1065
first = face->
charmaps
;
[
all
...]
/external/freetype/src/base/
ftobjs.c
889
FT_CMap cmap = FT_CMAP( face->
charmaps
[n] );
894
face->
charmaps
[n] = NULL;
897
FT_FREE( face->
charmaps
);
931
/* discard
charmaps
*/
992
first = face->
charmaps
;
1008
* *several* Unicode
charmaps
:
1053
/* Do the loop again and search for UCS-2
charmaps
. */
[
all
...]
/external/freetype/src/cache/
ftccmap.c
316
cmap = face->
charmaps
[cmap_index];
/external/chromium_org/third_party/freetype/src/cff/
cffobjs.c
914
cmap = cffface->
charmaps
[nn];
957
cffface->charmap = cffface->
charmaps
[nn];
[
all
...]
/external/freetype/src/cff/
cffobjs.c
929
cmap = cffface->
charmaps
[nn];
973
cffface->charmap = cffface->
charmaps
[nn];
[
all
...]
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp
451
FT_UShort platformId = face->
charmaps
[i]->platform_id;
452
FT_UShort encodingId = face->
charmaps
[i]->encoding_id;
463
FT_Set_Charmap(face, face->
charmaps
[i]);
[
all
...]
/external/skia/src/ports/
SkFontHost_FreeType.cpp
454
FT_UShort platformId = face->
charmaps
[i]->platform_id;
455
FT_UShort encodingId = face->
charmaps
[i]->encoding_id;
466
FT_Set_Charmap(face, face->
charmaps
[i]);
[
all
...]
/external/chromium_org/third_party/freetype/include/freetype/
freetype.h
461
/* parent's face. Some font formats may provide several
charmaps
per */
464
/* Each face object owns zero or more
charmaps
, but only one of them */
467
/* The list of available
charmaps
in a face is available through the */
468
/* `face->num_charmaps' and `face->
charmaps
' fields of @FT_FaceRec. */
929
FT_CharMap*
charmaps
;
member in struct:FT_FaceRec_
[
all
...]
/external/freetype/include/freetype/
freetype.h
465
/* parent's face. Some font formats may provide several
charmaps
per */
468
/* Each face object owns zero or more
charmaps
, but only one of them */
471
/* The list of available
charmaps
in a face is available through the */
472
/* `face->num_charmaps' and `face->
charmaps
' fields of @FT_FaceRec. */
936
FT_CharMap*
charmaps
;
member in struct:FT_FaceRec_
[
all
...]
/external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.c
245
/*
charmaps
). */
861
/* Polish the
charmaps
. */
877
FT_CharMap charmap = root->
charmaps
[m];
[
all
...]
/external/freetype/src/sfnt/
sfobjs.c
253
/*
charmaps
). */
878
/* Polish the
charmaps
. */
894
FT_CharMap charmap = root->
charmaps
[m];
[
all
...]
Completed in 418 milliseconds