/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1gload.c | 59 FT_UInt glyph_index, in T1_Parse_Glyph_And_Get_Char_String() argument 88 char_string->pointer = type1->charstrings[glyph_index]; in T1_Parse_Glyph_And_Get_Char_String() 126 FT_UInt glyph_index ) in T1_Parse_Glyph() argument 130 decoder, glyph_index, &glyph_data ); in T1_Parse_Glyph() 158 FT_Int glyph_index; in T1_Compute_Max_Advance() local 194 for ( glyph_index = 0; glyph_index < type1->num_glyphs; glyph_index++ ) in T1_Compute_Max_Advance() 197 (void)T1_Parse_Glyph( &decoder, glyph_index ); in T1_Compute_Max_Advance() 271 FT_UInt glyph_index, in T1_Load_Glyph() argument 293 if ( glyph_index >= (FT_UInt)face->root.num_glyphs && in T1_Load_Glyph() 296 if ( glyph_index >= (FT_UInt)face->root.num_glyphs ) in T1_Load_Glyph() [all …]
|
A D | t1gload.h | 44 FT_UInt glyph_index,
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttsubpix.c | 822 FT_UInt glyph_index, in sph_test_tweak() argument 840 rule[i].glyph ) == glyph_index ) in sph_test_tweak() 853 FT_UInt glyph_index, in scale_test_tweak() argument 871 rule[i].glyph ) == glyph_index ) in scale_test_tweak() 884 FT_UInt glyph_index ) in sph_test_tweak_x_scaling() argument 886 return scale_test_tweak( face, family, ppem, style, glyph_index, in sph_test_tweak_x_scaling() 892 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \ 904 FT_UInt glyph_index ) in sph_set_tweaks() argument 918 family, ppem, style, glyph_index, glyph_index ); in sph_set_tweaks() 990 if ( sph_test_tweak( face, family, ppem, style, glyph_index, in sph_set_tweaks() [all …]
|
A D | ttsubpix.h | 80 FT_UInt glyph_index, 89 FT_UInt glyph_index ); 93 FT_UInt glyph_index );
|
A D | ttgload.c | 119 FT_UInt glyph_index ) in tt_get_metrics() argument 137 TT_Get_HMetrics( face, glyph_index, in tt_get_metrics() 140 TT_Get_VMetrics( face, glyph_index, in tt_get_metrics() 161 sph_set_tweaks( loader, glyph_index ); in tt_get_metrics() 219 glyph_index, TRUE, &metrics ); in tt_get_metrics_incr_overrides() 288 FT_UNUSED( glyph_index ); in TT_Access_Glyph_Frame() 291 FT_TRACE4(( "Glyph %ld\n", glyph_index )); in TT_Access_Glyph_Frame() 1441 loader->glyph_index = glyph_index; in load_truetype_glyph() 1467 glyph_index, &glyph_data ); in load_truetype_glyph() 1667 glyph_index, in load_truetype_glyph() [all …]
|
A D | ttdriver.c | 357 FT_UInt glyph_index, in tt_glyph_load() argument 376 if ( glyph_index >= (FT_UInt)face->num_glyphs && in tt_glyph_load() 379 if ( glyph_index >= (FT_UInt)face->num_glyphs ) in tt_glyph_load() 404 error = TT_Load_Glyph( size, slot, glyph_index, load_flags ); in tt_glyph_load()
|
A D | ttgload.h | 53 FT_UInt glyph_index,
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidgload.c | 42 FT_UInt glyph_index ) in cid_load_glyph() argument 61 FT_TRACE1(( "cid_load_glyph: glyph index %d\n", glyph_index )); in cid_load_glyph() 73 glyph_index, &glyph_data ); in cid_load_glyph() 107 glyph_index * entry_len ) || in cid_load_glyph() 222 FT_Int glyph_index; 249 for ( glyph_index = 0; glyph_index < face->root.num_glyphs; 250 glyph_index++ ) 253 error = cid_load_glyph( &decoder, glyph_index ); 271 FT_UInt glyph_index, in cid_slot_load_glyph() argument 285 if ( glyph_index >= (FT_UInt)face->root.num_glyphs ) in cid_slot_load_glyph() [all …]
|
A D | cidriver.c | 142 FT_UInt glyph_index, in cid_get_cid_from_glyph_index() argument 150 *cid = glyph_index; /* identity mapping */ in cid_get_cid_from_glyph_index()
|
A D | cidgload.h | 42 FT_UInt glyph_index,
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttsbit.c | 521 FT_UInt glyph_index, 1050 FT_UInt glyph_index, in tt_sbit_decoder_load_image() argument 1071 if ( glyph_index >= start && glyph_index <= end ) in tt_sbit_decoder_load_image() 1098 p += 4 * ( glyph_index - start ); in tt_sbit_decoder_load_image() 1128 p += 2 * ( glyph_index - start ); in tt_sbit_decoder_load_image() 1158 if ( gindex == glyph_index ) in tt_sbit_decoder_load_image() 1198 if ( gindex == glyph_index ) in tt_sbit_decoder_load_image() 1222 image_format, glyph_index )); in tt_sbit_decoder_load_image() 1274 if ( glyph_index > (FT_UInt)face->root.num_glyphs ) in tt_face_load_sbix_image() 1311 glyph_index = FT_GET_USHORT(); in tt_face_load_sbix_image() [all …]
|
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | psmodule.c | 343 map->glyph_index = n; in ps_unicodes_init() 360 map->glyph_index = extra_glyphs[n]; in ps_unicodes_init() 437 return result->glyph_index; in ps_unicodes_char_index() 466 result = map->glyph_index; in ps_unicodes_char_next() 473 result = map->glyph_index; in ps_unicodes_char_next() 490 result = map->glyph_index; in ps_unicodes_char_next()
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftincrem.h | 180 FT_UInt glyph_index, 243 FT_UInt glyph_index,
|
A D | ftcid.h | 156 FT_UInt glyph_index,
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffdrivr.c | 156 FT_UInt glyph_index, in cff_glyph_load() argument 167 FT_TRACE1(( "cff_glyph_load: glyph index %d\n", glyph_index )); in cff_glyph_load() 185 error = cff_slot_load( slot, size, glyph_index, load_flags ); in cff_glyph_load() 230 FT_UInt glyph_index, in cff_get_glyph_name() argument 251 sid = font->charset.sids[glyph_index]; in cff_get_glyph_name() 532 FT_UInt glyph_index, in cff_get_cid_from_glyph_index() argument 553 if ( glyph_index > cff->num_glyphs ) in cff_get_cid_from_glyph_index() 559 c = cff->charset.sids[glyph_index]; in cff_get_cid_from_glyph_index()
|
A D | cffgload.h | 135 FT_UInt glyph_index, 210 FT_UInt glyph_index ); 231 FT_UInt glyph_index,
|
A D | cffgload.c | 416 FT_UInt glyph_index ) in cff_decoder_prepare() argument 658 FT_UInt glyph_index, in cff_get_glyph_data() argument 671 glyph_index, &data ); in cff_get_glyph_data() 2555 FT_Int glyph_index; 2569 for ( glyph_index = 0; glyph_index < face->root.num_glyphs; 2570 glyph_index++ ) 2606 FT_UInt glyph_index, in cff_slot_load() argument 2628 if ( glyph_index != 0 ) in cff_slot_load() 2632 if ( glyph_index == 0 ) in cff_slot_load() 2636 else if ( glyph_index >= cff->num_glyphs ) in cff_slot_load() [all …]
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftcid.c | 92 FT_UInt glyph_index, in FT_Get_CID_From_Glyph_Index() argument 107 error = service->get_cid_from_glyph_index( face, glyph_index, &c); in FT_Get_CID_From_Glyph_Index()
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfdrivr.c | 482 FT_UInt glyph_index, in PCF_Glyph_Load() argument 495 FT_TRACE1(( "PCF_Glyph_Load: glyph index %d\n", glyph_index )); in PCF_Glyph_Load() 497 if ( !face || glyph_index >= (FT_UInt)face->root.num_glyphs ) in PCF_Glyph_Load() 505 if ( glyph_index > 0 ) in PCF_Glyph_Load() 506 glyph_index--; in PCF_Glyph_Load() 508 metric = face->metrics + glyph_index; in PCF_Glyph_Load()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42drivr.c | 61 FT_UInt glyph_index, in t42_get_glyph_name() argument 65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t42_get_glyph_name()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afcjk.c | 90 FT_ULong glyph_index; in af_cjk_metrics_init_widths() local 110 &glyph_index, in af_cjk_metrics_init_widths() 112 if ( !glyph_index ) in af_cjk_metrics_init_widths() 119 &glyph_index, in af_cjk_metrics_init_widths() 121 if ( !glyph_index ) in af_cjk_metrics_init_widths() 128 &glyph_index, in af_cjk_metrics_init_widths() 130 if ( !glyph_index ) in af_cjk_metrics_init_widths() 324 FT_ULong glyph_index; in af_cjk_metrics_init_blues() local 335 if ( glyph_index == 0 ) in af_cjk_metrics_init_blues() 513 FT_ULong glyph_index; in af_cjk_metrics_check_digits() local [all …]
|
A D | aflatin.c | 77 FT_ULong glyph_index; in af_latin_metrics_init_widths() local 104 &glyph_index, in af_latin_metrics_init_widths() 106 if ( !glyph_index ) in af_latin_metrics_init_widths() 113 &glyph_index, in af_latin_metrics_init_widths() 115 if ( !glyph_index ) in af_latin_metrics_init_widths() 122 &glyph_index, in af_latin_metrics_init_widths() 124 if ( !glyph_index ) in af_latin_metrics_init_widths() 329 FT_ULong glyph_index; in af_latin_metrics_init_blues() local 341 if ( glyph_index == 0 ) in af_latin_metrics_init_blues() 795 FT_ULong glyph_index; in af_latin_metrics_check_digits() local [all …]
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrsbit.h | 29 FT_UInt glyph_index );
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdfdrivr.c | 669 FT_UInt glyph_index, in BDF_Glyph_Load() argument 682 if ( !face || glyph_index >= (FT_UInt)face->num_glyphs ) in BDF_Glyph_Load() 688 FT_TRACE1(( "BDF_Glyph_Load: glyph index %d\n", glyph_index )); in BDF_Glyph_Load() 691 if ( glyph_index == 0 ) in BDF_Glyph_Load() 692 glyph_index = bdf->default_glyph; in BDF_Glyph_Load() 694 glyph_index--; in BDF_Glyph_Load() 697 glyph = bdf->bdffont->glyphs[glyph_index]; in BDF_Glyph_Load()
|
/AliOS-Things-master/components/freetype/ |
A D | README.md | 73 glyph_index = FT_Get_Char_Index(face, charcode); 75 glyph_index, /* glyph index */
|