/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttpost.c | 163 FT_Int num_glyphs; in load_format_20() local 170 if ( FT_READ_USHORT( num_glyphs ) ) in load_format_20() 194 for ( n = 0; n < num_glyphs; n++ ) in load_format_20() 207 for ( n = 0; n < num_glyphs; n++ ) in load_format_20() 282 table->num_glyphs = (FT_UShort)num_glyphs; in load_format_20() 315 FT_Int num_glyphs; in load_format_25() local 322 if ( FT_READ_USHORT( num_glyphs ) ) in load_format_25() 326 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 ) in load_format_25() 359 table->num_glyphs = (FT_UShort)num_glyphs; in load_format_25() 433 table->num_glyphs = 0; in tt_face_free_ps_names() [all …]
|
A D | ttcmap.h | 135 FT_UInt num_glyphs; member 141 #define TT_VALID_GLYPH_COUNT( x ) TT_VALIDATOR( x )->num_glyphs
|
A D | sfdriver.c | 181 if ( root->num_glyphs < 0 ) in sfnt_get_name_index() 183 else if ( (FT_ULong)root->num_glyphs < FT_UINT_MAX ) in sfnt_get_name_index() 184 max_gid = (FT_UInt)root->num_glyphs; in sfnt_get_name_index() 187 FT_UINT_MAX, root->num_glyphs )); in sfnt_get_name_index()
|
A D | ttsbit.c | 1141 FT_ULong mm, num_glyphs; in tt_sbit_decoder_load_image() local 1147 num_glyphs = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image() 1150 if ( num_glyphs > (FT_ULong)( ( ( p_limit - p ) >> 2 ) - 1 ) ) in tt_sbit_decoder_load_image() 1153 for ( mm = 0; mm < num_glyphs; mm++ ) in tt_sbit_decoder_load_image() 1168 if ( mm >= num_glyphs ) in tt_sbit_decoder_load_image() 1176 FT_ULong image_size, mm, num_glyphs; in tt_sbit_decoder_load_image() local 1187 num_glyphs = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image() 1190 if ( num_glyphs > (FT_ULong)( ( p_limit - p ) >> 1 ) ) in tt_sbit_decoder_load_image() 1193 for ( mm = 0; mm < num_glyphs; mm++ ) in tt_sbit_decoder_load_image() 1202 if ( mm >= num_glyphs ) in tt_sbit_decoder_load_image() [all …]
|
/AliOS-Things-master/components/freetype/src/otvalid/ |
A D | otvmod.c | 85 FT_UInt num_glyphs = (FT_UInt)face->num_glyphs; in otv_validate() local 96 if ( face->num_glyphs > 0xFFFFL ) in otv_validate() 99 face->num_glyphs )); in otv_validate() 101 num_glyphs = 0xFFFF; in otv_validate() 164 otv_GPOS_validate( gpos, num_glyphs, &valid ); in otv_validate() 174 otv_GSUB_validate( gsub, num_glyphs, &valid ); in otv_validate() 184 otv_GDEF_validate( gdef, gsub, gpos, num_glyphs, &valid ); in otv_validate() 194 otv_JSTF_validate( jstf, gsub, gpos, num_glyphs, &valid ); in otv_validate() 204 otv_MATH_validate( math, num_glyphs, &valid ); in otv_validate()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffload.c | 685 fdselect->data_size = num_glyphs; in CFF_Load_FD_Select() 800 for ( i = 0; i < num_glyphs; i++ ) in cff_charset_compute_cids() 812 for ( j = num_glyphs - 1; j >= 0 ; j-- ) in cff_charset_compute_cids() 816 charset->num_glyphs = num_glyphs; in cff_charset_compute_cids() 898 if ( num_glyphs > 0 ) in cff_charset_load() 919 while ( j < num_glyphs ) in cff_charset_load() 973 if ( num_glyphs > 229 ) in cff_charset_load() 991 if ( num_glyphs > 166 ) in cff_charset_load() 1009 if ( num_glyphs > 87 ) in cff_charset_load() 1134 if ( j < num_glyphs ) in cff_encoding_load() [all …]
|
A D | cfftypes.h | 100 FT_UInt num_glyphs; member 224 FT_UInt num_glyphs; member
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | t1cmap.c | 42 cmap->num_glyphs = face->type1.num_glyphs; in t1_cmap_std_init() 55 cmap->num_glyphs = 0; in t1_cmap_std_done() 80 for ( n = 0; n < cmap->num_glyphs; n++ ) in t1_cmap_std_char_index() 284 face->type1.num_glyphs, in t1_cmap_unicode_init()
|
A D | t1cmap.h | 47 FT_UInt num_glyphs; member
|
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | psmodule.c | 302 FT_UInt num_glyphs, in ps_unicodes_init() argument 317 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) ) in ps_unicodes_init() 327 for ( n = 0; n < num_glyphs; n++ ) in ps_unicodes_init() 378 if ( count < num_glyphs / 2 ) in ps_unicodes_init() 380 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count ); in ps_unicodes_init()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttpload.c | 113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) in tt_face_load_loca() 116 face->num_locations - 1, face->root.num_glyphs )); in tt_face_load_loca() 119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) in tt_face_load_loca() 122 ( (FT_Long)( face->root.num_glyphs ) + 1 ) << shift; in tt_face_load_loca() 149 face->num_locations = face->root.num_glyphs + 1; in tt_face_load_loca()
|
A D | ttdriver.c | 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()
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | gxvmorx2.c | 191 gid_limit = valid->face->num_glyphs - ( offset & 0x0000FFFFUL ); in gxv_morx_subtable_type2_ligActionIndex_validate() 203 if ( (FT_Long)offset < valid->face->num_glyphs ) in gxv_morx_subtable_type2_ligActionIndex_validate() 284 if ( lig_gid < valid->face->num_glyphs ) in gxv_morx_subtable_type2_ligatureTable_validate()
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftadvanc.c | 83 if ( gindex >= (FT_UInt)face->num_glyphs ) in FT_Get_Advance() 121 num = (FT_UInt)face->num_glyphs; in FT_Get_Advances()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 1510 FT_Int n, num_glyphs; in parse_charstrings() local 1515 num_glyphs = (FT_Int)T1_ToInt( parser ); in parse_charstrings() 1516 if ( num_glyphs < 0 ) in parse_charstrings() 1524 if ( num_glyphs == 0 || parser->root.error ) in parse_charstrings() 1534 if ( !loader->num_glyphs ) in parse_charstrings() 1622 if ( loader->num_glyphs ) in parse_charstrings() 1642 n < num_glyphs + TABLE_EXTEND ) in parse_charstrings() 1672 loader->num_glyphs = n; in parse_charstrings() 1783 loader->num_glyphs += 1; in parse_charstrings() 2044 loader->num_glyphs = 0; in t1_init_loader() [all …]
|
A D | t1driver.c | 75 for ( i = 0; i < face->type1.num_glyphs; i++ ) in t1_get_name_index() 273 retval = sizeof ( type1->num_glyphs ); in t1_ps_get_font_value() 275 *((FT_Int *)value) = type1->num_glyphs; in t1_ps_get_font_value() 279 if ( idx < (FT_UInt)type1->num_glyphs ) in t1_ps_get_font_value() 291 if ( idx < (FT_UInt)type1->num_glyphs ) in t1_ps_get_font_value()
|
A D | t1load.h | 42 FT_Int num_glyphs; member
|
A D | t1gload.c | 194 for ( glyph_index = 0; glyph_index < type1->num_glyphs; glyph_index++ ) in T1_Compute_Max_Advance() 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()
|
/AliOS-Things-master/components/freetype/src/cache/ |
A D | ftcbasic.c | 112 if ( (FT_ULong)face->num_glyphs > FT_UINT_MAX || 0 > face->num_glyphs ) in ftc_basic_family_get_count() 115 FT_TRACE1(( "in this face, truncated\n", face->num_glyphs )); in ftc_basic_family_get_count() 119 result = (FT_UInt)face->num_glyphs; in ftc_basic_family_get_count()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42objs.c | 72 type1->num_glyphs = loader.num_glyphs; in T42_Open_Face() 119 for ( idx = 0; idx < type1->num_glyphs; idx++ ) in T42_Open_Face() 217 root->num_glyphs = type1->num_glyphs; in T42_Face_Init()
|
A D | t42parse.h | 49 FT_UInt num_glyphs; member
|
A D | t42parse.c | 761 loader->num_glyphs = (FT_UInt)T1_ToInt( parser ); in t42_parse_charstrings() 784 loader->num_glyphs = count; in t42_parse_charstrings() 811 loader->num_glyphs, in t42_parse_charstrings() 817 loader->num_glyphs, in t42_parse_charstrings() 908 if ( n >= loader->num_glyphs ) in t42_parse_charstrings() 913 loader->num_glyphs = n; in t42_parse_charstrings() 1186 loader->num_glyphs = 0; in t42_loader_init()
|
A D | t42drivr.c | 78 for ( i = 0; i < face->type1.num_glyphs; i++ ) in t42_get_name_index()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | tttypes.h | 588 FT_ULong num_glyphs; member 757 FT_UShort num_glyphs; member 782 FT_UShort num_glyphs; member
|
/AliOS-Things-master/components/freetype/include/internal/services/ |
A D | svpscmap.h | 92 FT_UInt num_glyphs,
|