Home
last modified time | relevance | path

Searched defs:char_code (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/psaux/
Dt1cmap.c64 FT_UInt32 char_code ) in t1_cmap_std_char_index()
103 FT_UInt32 char_code = *pchar_code + 1; in t1_cmap_std_char_next() local
222 FT_UInt32 char_code ) in t1_cmap_custom_char_index()
240 FT_UInt32 char_code = *pchar_code; in t1_cmap_custom_char_next() local
334 FT_UInt32 char_code ) in t1_cmap_unicode_char_index()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffcmap.c60 FT_UInt32 char_code ) in cff_cmap_encoding_char_index()
77 FT_UInt32 char_code = *pchar_code; in cff_cmap_encoding_char_next() local
189 FT_UInt32 char_code ) in cff_cmap_unicode_char_index()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrcmap.c70 FT_UInt32 char_code ) in pfr_cmap_char_index()
102 FT_UInt32 char_code = *pchar_code + 1; in pfr_cmap_char_next() local
Dpfrsbit.c281 FT_UInt char_code, in pfr_lookup_bitmap_data()
Dpfrtypes.h119 FT_UInt char_code; member
156 FT_UInt char_code; member
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.c132 FT_UInt32 char_code ) in tt_cmap0_char_index()
404 FT_UInt32 char_code ) in tt_cmap2_get_subheader()
457 FT_UInt32 char_code ) in tt_cmap2_char_index()
1493 FT_UInt32 char_code ) in tt_cmap4_char_index()
1644 FT_UInt32 char_code ) in tt_cmap6_char_index()
1670 FT_UInt32 char_code = *pchar_code + 1; in tt_cmap6_char_next() local
1904 FT_UInt32 char_code ) in tt_cmap8_char_index()
1941 FT_UInt32 char_code; in tt_cmap8_char_next() local
2108 FT_UInt32 char_code ) in tt_cmap10_char_index()
2138 FT_UInt32 char_code; in tt_cmap10_char_next() local
[all …]
/third_party/ffmpeg/libavcodec/
Dmlz.c55 static void set_new_entry_dict(MLZDict* dict, int string_code, int parent_code, int char_code) { in set_new_entry_dict()
131 int string_code, last_string_code, char_code; in ff_mlz_decompression() local
Dmlz.h41 int char_code; member
/third_party/skia/third_party/externals/freetype/src/cache/
Dftccmap.c60 FT_UInt32 char_code; member
233 FT_UInt32 char_code ) in FTC_CMapCache_Lookup()
/third_party/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c641 FT_UInt32 char_code ) in fnt_cmap_char_index()
661 FT_UInt32 char_code = *pchar_code + 1; in fnt_cmap_char_next() local
/third_party/skia/third_party/externals/freetype/src/psnames/
Dpsmodule.c462 FT_UInt32 char_code = *unicode + 1; in ps_unicodes_char_next() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c1144 FT_ULong char_code, in FT_Load_Char()