Home
last modified time | relevance | path

Searched refs:charcode (Results 1 – 13 of 13) sorted by relevance

/external/freetype/src/sfnt/
Dttcmap.c133 FT_UInt32 charcode = *pchar_code; in tt_cmap0_char_next() local
139 while ( ++charcode < 256 ) in tt_cmap0_char_next()
141 gindex = table[charcode]; in tt_cmap0_char_next()
144 result = charcode; in tt_cmap0_char_next()
470 FT_UInt32 charcode = *pcharcode + 1; in tt_cmap2_char_next() local
474 while ( charcode < 0x10000UL ) in tt_cmap2_char_next()
476 subheader = tt_cmap2_get_subheader( table, charcode ); in tt_cmap2_char_next()
484 FT_UInt char_lo = (FT_UInt)( charcode & 0xFF ); in tt_cmap2_char_next()
500 charcode = FT_PAD_FLOOR( charcode, 256 ) + char_lo; in tt_cmap2_char_next()
502 for ( ; pos < count; pos++, charcode++ ) in tt_cmap2_char_next()
[all …]
/external/freetype/src/autofit/
Dafglobal.c120 FT_ULong charcode = range->first; in af_face_globals_compute_script_coverage() local
124 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_script_coverage()
135 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_script_coverage()
137 if ( gindex == 0 || charcode > range->last ) in af_face_globals_compute_script_coverage()
Daflatin.h138 FT_ULong charcode );
Daflatin.c42 FT_ULong charcode ) in af_latin_metrics_init_widths() argument
61 glyph_index = FT_Get_Char_Index( face, charcode ); in af_latin_metrics_init_widths()
Daflatin2.c49 FT_ULong charcode ) in af_latin2_metrics_init_widths() argument
68 glyph_index = FT_Get_Char_Index( face, charcode ); in af_latin2_metrics_init_widths()
/external/freetype/include/freetype/
Dfreetype.h3067 FT_ULong charcode );
3418 FT_ULong charcode,
3454 FT_ULong charcode,
3518 FT_ULong charcode );
/external/freetype/src/base/
Dftobjs.c3181 FT_ULong charcode ) in FT_Get_Char_Index() argument
3191 if ( charcode > 0xFFFFFFFFUL ) in FT_Get_Char_Index()
3194 FT_TRACE1(( " 0x%x is truncated\n", charcode )); in FT_Get_Char_Index()
3196 result = cmap->clazz->char_index( cmap, (FT_UInt32)charcode ); in FT_Get_Char_Index()
3230 FT_ULong charcode, in FT_Get_Next_Char() argument
3239 FT_UInt32 code = (FT_UInt32)charcode; in FT_Get_Next_Char()
3261 FT_ULong charcode, in FT_Face_GetCharVariantIndex() argument
3279 if ( charcode > 0xFFFFFFFFUL ) in FT_Face_GetCharVariantIndex()
3282 FT_TRACE1(( " 0x%x is truncated\n", charcode )); in FT_Face_GetCharVariantIndex()
3291 (FT_UInt32)charcode, in FT_Face_GetCharVariantIndex()
[all …]
/external/freetype/include/freetype/internal/
Dftdriver.h88 FT_Long charcode );
92 FT_Long charcode );
/external/freetype/src/cff/
Dcffload.h30 cff_get_standard_encoding( FT_UInt charcode );
Dcffload.c184 cff_get_standard_encoding( FT_UInt charcode ) in cff_get_standard_encoding() argument
186 return (FT_UShort)( charcode < 256 ? cff_standard_encoding[charcode] in cff_get_standard_encoding()
Dcffgload.c613 FT_Int charcode ) in cff_lookup_glyph_by_stdcharcode() argument
624 if ( charcode < 0 || charcode > 255 ) in cff_lookup_glyph_by_stdcharcode()
628 glyph_sid = cff_get_standard_encoding( (FT_UInt)charcode ); in cff_lookup_glyph_by_stdcharcode()
/external/freetype/src/psaux/
Dt1decode.c130 FT_Int charcode ) in t1_lookup_glyph_by_stdcharcode() argument
138 if ( charcode < 0 || charcode > 255 ) in t1_lookup_glyph_by_stdcharcode()
142 psnames->adobe_std_encoding[charcode]); in t1_lookup_glyph_by_stdcharcode()
/external/stlport/etc/
DChangeLog-5.17311 * codecvt.cpp: charcode correction in the do_in method (thanks J Hamilton report)
7344 * ctype.cpp : charcode correction (thanks Markus Stier reports and Alberto Barbati correction)