/external/freetype/src/sfnt/ |
D | ttcmap.c | 133 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/ |
D | afglobal.c | 120 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()
|
D | afcjk.h | 131 FT_ULong charcode );
|
D | aflatin.h | 137 FT_ULong charcode );
|
D | aflatin.c | 57 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()
|
D | afcjk.c | 71 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()
|
D | aflatin2.c | 60 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/ |
D | freetype.h | 3090 FT_ULong charcode ); 3444 FT_ULong charcode, 3480 FT_ULong charcode, 3544 FT_ULong charcode );
|
/external/freetype/src/cff/ |
D | cffload.h | 30 cff_get_standard_encoding( FT_UInt charcode );
|
D | cffload.c | 183 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()
|
D | cffgload.c | 612 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/ |
D | ftdriver.h | 88 FT_Long charcode ); 92 FT_Long charcode );
|
/external/freetype/src/base/ |
D | ftobjs.c | 3291 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/ |
D | ftccmap.c | 90 #define FTC_CMAP_HASH( faceid, index, charcode ) \ argument 92 ( (charcode) / FTC_CMAP_INDICES_MAX ) )
|
/external/freetype/src/psaux/ |
D | t1decode.c | 131 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/ |
D | mozilla | 99 charcode
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 7311 * 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)
|