Home
last modified time | relevance | path

Searched refs:char_code (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrcmap.c45 if ( cmap->chars[n - 1].char_code >= cmap->chars[n].char_code ) in pfr_cmap_init()
68 FT_UInt32 char_code ) in pfr_cmap_char_index() argument
83 if ( gchar->char_code == char_code ) in pfr_cmap_char_index()
86 if ( gchar->char_code < char_code ) in pfr_cmap_char_index()
100 FT_UInt32 char_code = *pchar_code + 1; in pfr_cmap_char_next() local
116 if ( gchar->char_code == char_code ) in pfr_cmap_char_next()
125 char_code++; in pfr_cmap_char_next()
129 if ( gchar->char_code < char_code ) in pfr_cmap_char_next()
136 char_code = 0; in pfr_cmap_char_next()
145 char_code = gchar->char_code; in pfr_cmap_char_next()
[all …]
A Dpfrtypes.h133 FT_UInt char_code; member
174 FT_UInt char_code; member
A Dpfrsbit.c279 FT_UInt char_code, in pfr_lookup_bitmap_data() argument
314 if ( code == char_code ) in pfr_lookup_bitmap_data()
317 if ( code < char_code ) in pfr_lookup_bitmap_data()
587 character->char_code, in pfr_slot_load_bitmap()
A Dpfrobjs.c493 code1 = phy_font->chars[glyph1].char_code; in pfr_face_get_kerning()
494 code2 = phy_font->chars[glyph2].char_code; in pfr_face_get_kerning()
A Dpfrload.c895 cur->char_code = ( flags & PFR_PHY_2BYTE_CHARCODE ) in pfr_phy_font_load()
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1cmap.c69 if ( char_code < 256 ) in t1_cmap_std_char_index()
106 while ( char_code < 256 ) in t1_cmap_std_char_next()
112 char_code++; in t1_cmap_std_char_next()
114 char_code = 0; in t1_cmap_std_char_next()
117 *pchar_code = char_code; in t1_cmap_std_char_next()
224 ++char_code; in t1_cmap_custom_char_next()
226 if ( char_code < cmap->first ) in t1_cmap_custom_char_next()
227 char_code = cmap->first; in t1_cmap_custom_char_next()
229 for ( ; char_code < ( cmap->first + cmap->count ); char_code++ ) in t1_cmap_custom_char_next()
236 char_code = 0; in t1_cmap_custom_char_next()
[all …]
/AliOS-Things-master/components/freetype/src/cache/
A Dftccmap.c61 FT_UInt32 char_code; member
67 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->char_code )
128 node->first = (query->char_code / FTC_CMAP_INDICES_MAX) * in ftc_cmap_node_new()
238 FT_UInt32 char_code ) in FTC_CMapCache_Lookup() argument
268 query.char_code = char_code; in FTC_CMapCache_Lookup()
270 hash = FTC_CMAP_HASH( face_id, cmap_index, char_code ); in FTC_CMapCache_Lookup()
281 FT_ASSERT( (FT_UInt)( char_code - FTC_CMAP_NODE( node )->first ) < in FTC_CMapCache_Lookup()
285 if ( (FT_UInt)( char_code - FTC_CMAP_NODE( node )->first >= in FTC_CMapCache_Lookup()
289 gindex = FTC_CMAP_NODE( node )->indices[char_code - in FTC_CMapCache_Lookup()
321 gindex = FT_Get_Char_Index( face, char_code ); in FTC_CMapCache_Lookup()
[all …]
/AliOS-Things-master/components/freetype/src/cff/
A Dcffcmap.c58 FT_UInt32 char_code ) in cff_cmap_encoding_char_index() argument
63 if ( char_code < 256 ) in cff_cmap_encoding_char_index()
64 result = cmap->gids[char_code]; in cff_cmap_encoding_char_index()
75 FT_UInt32 char_code = *pchar_code; in cff_cmap_encoding_char_next() local
80 if ( char_code < 255 ) in cff_cmap_encoding_char_next()
82 FT_UInt code = (FT_UInt)(char_code + 1); in cff_cmap_encoding_char_next()
175 FT_UInt32 char_code ) in cff_cmap_unicode_char_index() argument
182 return psnames->unicodes_char_index( unicodes, char_code ); in cff_cmap_unicode_char_index()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttcmap.c130 return char_code < 256 ? table[6 + char_code] : 0; in tt_cmap0_char_index()
1537 char_code = start; in tt_cmap6_char_next()
1550 char_code++; in tt_cmap6_char_next()
1797 char_code = start; in tt_cmap8_char_next()
1951 char_code = start; in tt_cmap10_char_next()
1961 char_code++; in tt_cmap10_char_next()
2141 char_code = start; in tt_cmap12_next()
2143 for ( ; char_code <= end; char_code++ ) in tt_cmap12_next()
2184 char_code++; in tt_cmap12_char_map_binary()
2463 char_code = start; in tt_cmap13_next()
[all …]
/AliOS-Things-master/components/freetype/src/psnames/
A Dpsmodule.c448 FT_UInt32 char_code = *unicode + 1; in ps_unicodes_char_next() local
464 if ( map->unicode == char_code ) in ps_unicodes_char_next()
472 if ( base_glyph == char_code ) in ps_unicodes_char_next()
475 if ( base_glyph < char_code ) in ps_unicodes_char_next()
485 char_code = 0; in ps_unicodes_char_next()
491 char_code = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
496 *unicode = char_code; in ps_unicodes_char_next()
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c609 FT_UInt32 char_code ) in fnt_cmap_char_index() argument
614 char_code -= cmap->first; in fnt_cmap_char_index()
615 if ( char_code < cmap->count ) in fnt_cmap_char_index()
618 gindex = (FT_UInt)( char_code + 1 ); in fnt_cmap_char_index()
629 FT_UInt32 char_code = *pchar_code + 1; in fnt_cmap_char_next() local
632 if ( char_code <= cmap->first ) in fnt_cmap_char_next()
639 char_code -= cmap->first; in fnt_cmap_char_next()
640 if ( char_code < cmap->count ) in fnt_cmap_char_next()
642 result = cmap->first + char_code; in fnt_cmap_char_next()
643 gindex = (FT_UInt)( char_code + 1 ); in fnt_cmap_char_next()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/
A Dprf_types.h208 uint8_t char_code; member
/AliOS-Things-master/components/freetype/include/internal/
A Dftobjs.h158 FT_UInt32 char_code );
167 FT_UInt32 char_code,
172 FT_UInt32 char_code,
182 FT_UInt32 char_code );
/AliOS-Things-master/components/freetype/include/
A Dftcache.h623 FT_UInt32 char_code );
A Dfreetype.h2465 FT_ULong char_code,
3299 FT_ULong char_code,
/AliOS-Things-master/components/freetype/src/base/
A Dftobjs.c842 FT_ULong char_code, in FT_Load_Char() argument
851 glyph_index = (FT_UInt)char_code; in FT_Load_Char()
853 glyph_index = FT_Get_Char_Index( face, char_code ); in FT_Load_Char()

Completed in 41 milliseconds