OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charmaps
(Results
1 - 15
of
15
) 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
206
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
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/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/chromium_org/third_party/freetype/src/cache/
ftccmap.c
316
cmap = face->
charmaps
[cmap_index];
/external/freetype/src/cache/
ftccmap.c
316
cmap = face->
charmaps
[cmap_index];
/external/chromium_org/third_party/freetype/src/cff/
cffobjs.c
929
cmap = cffface->
charmaps
[nn];
973
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
467
FT_UShort platformId = face->
charmaps
[i]->platform_id;
468
FT_UShort encodingId = face->
charmaps
[i]->encoding_id;
479
FT_Set_Charmap(face, face->
charmaps
[i]);
[
all
...]
/external/skia/src/ports/
SkFontHost_FreeType.cpp
469
FT_UShort platformId = face->
charmaps
[i]->platform_id;
470
FT_UShort encodingId = face->
charmaps
[i]->encoding_id;
481
FT_Set_Charmap(face, face->
charmaps
[i]);
[
all
...]
/external/chromium_org/third_party/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/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
253
/*
charmaps
). */
878
/* Polish the
charmaps
. */
894
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 275 milliseconds