Home
last modified time | relevance | path

Searched refs:charcode (Results 1 – 17 of 17) 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()
133 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_script_coverage()
135 if ( gindex == 0 || charcode > range->last ) in af_face_globals_compute_script_coverage()
Dafcjk.h131 FT_ULong charcode );
Daflatin.h137 FT_ULong charcode );
Daflatin.c57 FT_ULong charcode ) in af_latin_metrics_init_widths() argument
76 glyph_index = FT_Get_Char_Index( face, charcode ); in af_latin_metrics_init_widths()
Dafcjk.c71 FT_ULong charcode ) in af_cjk_metrics_init_widths() argument
90 glyph_index = FT_Get_Char_Index( face, charcode ); in af_cjk_metrics_init_widths()
Daflatin2.c60 FT_ULong charcode ) in af_latin2_metrics_init_widths() argument
79 glyph_index = FT_Get_Char_Index( face, charcode ); in af_latin2_metrics_init_widths()
/external/freetype/include/freetype/
Dfreetype.h3090 FT_ULong charcode );
3444 FT_ULong charcode,
3480 FT_ULong charcode,
3544 FT_ULong charcode );
/external/freetype/src/cff/
Dcffload.h30 cff_get_standard_encoding( FT_UInt charcode );
Dcffload.c183 cff_get_standard_encoding( FT_UInt charcode ) in cff_get_standard_encoding() argument
185 return (FT_UShort)( charcode < 256 ? cff_standard_encoding[charcode] in cff_get_standard_encoding()
Dcffgload.c612 FT_Int charcode ) in cff_lookup_glyph_by_stdcharcode() argument
623 if ( charcode < 0 || charcode > 255 ) in cff_lookup_glyph_by_stdcharcode()
627 glyph_sid = cff_get_standard_encoding( (FT_UInt)charcode ); in cff_lookup_glyph_by_stdcharcode()
/external/freetype/include/freetype/internal/
Dftdriver.h88 FT_Long charcode );
92 FT_Long charcode );
/external/freetype/src/base/
Dftobjs.c3291 FT_ULong charcode ) in FT_Get_Char_Index() argument
3301 if ( charcode > 0xFFFFFFFFUL ) in FT_Get_Char_Index()
3304 FT_TRACE1(( " 0x%x is truncated\n", charcode )); in FT_Get_Char_Index()
3306 result = cmap->clazz->char_index( cmap, (FT_UInt32)charcode ); in FT_Get_Char_Index()
3340 FT_ULong charcode, in FT_Get_Next_Char() argument
3349 FT_UInt32 code = (FT_UInt32)charcode; in FT_Get_Next_Char()
3371 FT_ULong charcode, in FT_Face_GetCharVariantIndex() argument
3389 if ( charcode > 0xFFFFFFFFUL ) in FT_Face_GetCharVariantIndex()
3392 FT_TRACE1(( " 0x%x is truncated\n", charcode )); in FT_Face_GetCharVariantIndex()
3401 (FT_UInt32)charcode, in FT_Face_GetCharVariantIndex()
[all …]
/external/freetype/src/cache/
Dftccmap.c90 #define FTC_CMAP_HASH( faceid, index, charcode ) \ argument
92 ( (charcode) / FTC_CMAP_INDICES_MAX ) )
/external/freetype/src/psaux/
Dt1decode.c131 FT_Int charcode ) in t1_lookup_glyph_by_stdcharcode() argument
139 if ( charcode < 0 || charcode > 255 ) in t1_lookup_glyph_by_stdcharcode()
143 psnames->adobe_std_encoding[charcode]); in t1_lookup_glyph_by_stdcharcode()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
Dmozilla99 charcode
/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)