Home
last modified time | relevance | path

Searched refs:num_glyphs (Results 1 – 25 of 56) sorted by relevance

123

/AliOS-Things-master/components/freetype/src/sfnt/
A Dttpost.c163 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 Dttcmap.h135 FT_UInt num_glyphs; member
141 #define TT_VALID_GLYPH_COUNT( x ) TT_VALIDATOR( x )->num_glyphs
A Dsfdriver.c181 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 Dttsbit.c1141 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 Dotvmod.c85 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 Dcffload.c685 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 Dcfftypes.h100 FT_UInt num_glyphs; member
224 FT_UInt num_glyphs; member
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1cmap.c42 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 Dt1cmap.h47 FT_UInt num_glyphs; member
/AliOS-Things-master/components/freetype/src/psnames/
A Dpsmodule.c302 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 Dttpload.c113 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 Dttdriver.c376 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 Dgxvmorx2.c191 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 Dftadvanc.c83 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 Dt1load.c1510 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 Dt1driver.c75 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 Dt1load.h42 FT_Int num_glyphs; member
A Dt1gload.c194 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 Dftcbasic.c112 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 Dt42objs.c72 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 Dt42parse.h49 FT_UInt num_glyphs; member
A Dt42parse.c761 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 Dt42drivr.c78 for ( i = 0; i < face->type1.num_glyphs; i++ ) in t42_get_name_index()
/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h588 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 Dsvpscmap.h92 FT_UInt num_glyphs,

Completed in 36 milliseconds

123