Home
last modified time | relevance | path

Searched refs:code_to_sid (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dt1cmap.c45 cmap->code_to_sid = is_expert ? psnames->adobe_expert_encoding in t1_cmap_std_init()
48 FT_ASSERT( cmap->code_to_sid ); in t1_cmap_std_init()
58 cmap->code_to_sid = NULL; in t1_cmap_std_done()
76 code = cmap->code_to_sid[char_code]; in t1_cmap_std_char_index()
Dt1cmap.h44 const FT_UShort* code_to_sid; member
/third_party/freetype/src/psaux/
Dt1cmap.c45 cmap->code_to_sid = is_expert ? psnames->adobe_expert_encoding in t1_cmap_std_init()
48 FT_ASSERT( cmap->code_to_sid ); in t1_cmap_std_init()
58 cmap->code_to_sid = NULL; in t1_cmap_std_done()
76 code = cmap->code_to_sid[char_code]; in t1_cmap_std_char_index()
Dt1cmap.h43 const FT_UShort* code_to_sid; member
/third_party/skia/third_party/externals/freetype/src/psaux/
Dt1cmap.c45 cmap->code_to_sid = is_expert ? psnames->adobe_expert_encoding in t1_cmap_std_init()
48 FT_ASSERT( cmap->code_to_sid ); in t1_cmap_std_init()
58 cmap->code_to_sid = NULL; in t1_cmap_std_done()
76 code = cmap->code_to_sid[char_code]; in t1_cmap_std_char_index()
Dt1cmap.h43 const FT_UShort* code_to_sid; member