/reactos/sdk/lib/3rdparty/freetype/src/sfnt/ |
H A D | ttpost.c | 167 FT_Int num_glyphs; in load_format_20() local 174 if ( FT_READ_USHORT( num_glyphs ) ) in load_format_20() 198 for ( n = 0; n < num_glyphs; n++ ) in load_format_20() 211 for ( n = 0; n < num_glyphs; n++ ) in load_format_20() 289 table->num_glyphs = (FT_UShort)num_glyphs; in load_format_20() 322 FT_Int num_glyphs; in load_format_25() local 328 if ( FT_READ_USHORT( num_glyphs ) ) in load_format_25() 349 for ( n = 0; n < num_glyphs; n++ ) in load_format_25() 367 table->num_glyphs = (FT_UShort)num_glyphs; in load_format_25() 441 table->num_glyphs = 0; in tt_face_free_ps_names() [all …]
|
H A D | ttcmap.h | 135 FT_UInt num_glyphs; member 141 #define TT_VALID_GLYPH_COUNT( x ) TT_VALIDATOR( x )->num_glyphs
|
H A D | ttsbit.c | 1355 FT_ULong mm, num_glyphs; in tt_sbit_decoder_load_image() local 1361 num_glyphs = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image() 1365 num_glyphs > (FT_ULong)( ( ( p_limit - p ) >> 2 ) - 1 ) ) in tt_sbit_decoder_load_image() 1368 for ( mm = 0; mm < num_glyphs; mm++ ) in tt_sbit_decoder_load_image() 1383 if ( mm >= num_glyphs ) in tt_sbit_decoder_load_image() 1391 FT_ULong image_size, mm, num_glyphs; in tt_sbit_decoder_load_image() local 1402 num_glyphs = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image() 1405 if ( num_glyphs > (FT_ULong)( ( p_limit - p ) >> 1 ) ) in tt_sbit_decoder_load_image() 1408 for ( mm = 0; mm < num_glyphs; mm++ ) in tt_sbit_decoder_load_image() 1417 if ( mm >= num_glyphs ) in tt_sbit_decoder_load_image() [all …]
|
H A D | ttcmap.c | 842 if ( gindex >= (FT_UInt)face->root.num_glyphs ) in tt_cmap4_next() 1167 if ( gindex >= (FT_UInt)face->root.num_glyphs ) in tt_cmap4_char_map_linear() 1175 if ( next && gindex >= (FT_UInt)face->root.num_glyphs ) in tt_cmap4_char_map_linear() 1405 if ( gindex >= (FT_UInt)face->root.num_glyphs ) in tt_cmap4_char_map_binary() 1413 if ( next && gindex >= (FT_UInt)face->root.num_glyphs ) in tt_cmap4_char_map_binary() 1971 if ( gindex >= (FT_UInt)face->num_glyphs ) in tt_cmap8_char_next() 2364 if ( gindex >= (FT_UInt)face->num_glyphs ) in tt_cmap12_next() 2460 if ( gindex >= (FT_UInt)face->num_glyphs ) in tt_cmap12_char_map_binary() 2698 if ( gindex && gindex < (FT_UInt)face->num_glyphs ) in tt_cmap13_next() 2786 if ( gindex >= (FT_UInt)face->num_glyphs ) in tt_cmap13_char_map_binary() [all …]
|
H A D | sfdriver.c | 189 if ( face->num_glyphs < 0 ) in sfnt_get_name_index() 191 else if ( (FT_ULong)face->num_glyphs < FT_UINT_MAX ) in sfnt_get_name_index() 192 max_gid = (FT_UInt)face->num_glyphs; in sfnt_get_name_index() 195 FT_UINT_MAX, face->num_glyphs )); in sfnt_get_name_index()
|
/reactos/sdk/lib/3rdparty/freetype/src/otvalid/ |
H 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()
|
/reactos/sdk/lib/3rdparty/freetype/src/cff/ |
H A D | cffload.c | 719 fdselect->data_size = num_glyphs; in CFF_Load_FD_Select() 840 for ( i = 0; i < num_glyphs; i++ ) in cff_charset_compute_cids() 856 charset->num_glyphs = num_glyphs; in cff_charset_compute_cids() 903 FT_UInt num_glyphs, in cff_charset_load() argument 938 if ( num_glyphs > 0 ) in cff_charset_load() 959 while ( j < num_glyphs ) in cff_charset_load() 1013 if ( num_glyphs > 229 ) in cff_charset_load() 1031 if ( num_glyphs > 166 ) in cff_charset_load() 1049 if ( num_glyphs > 87 ) in cff_charset_load() 1691 if ( j < num_glyphs ) in cff_encoding_load() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/truetype/ |
H A D | ttpload.c | 123 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 ) in tt_face_load_loca() 126 face->num_locations - 1, face->root.num_glyphs )); in tt_face_load_loca() 129 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs ) in tt_face_load_loca() 132 ( (FT_ULong)face->root.num_glyphs + 1 ) << shift; in tt_face_load_loca() 163 face->num_locations = (FT_ULong)face->root.num_glyphs + 1; in tt_face_load_loca() 171 face->root.num_glyphs = face->num_locations in tt_face_load_loca() 175 face->root.num_glyphs )); in tt_face_load_loca()
|
H A D | ttdriver.c | 435 if ( glyph_index >= (FT_UInt)face->num_glyphs && in tt_glyph_load() 438 if ( glyph_index >= (FT_UInt)face->num_glyphs ) in tt_glyph_load()
|
/reactos/sdk/lib/3rdparty/freetype/src/psaux/ |
H A D | t1cmap.c | 42 cmap->num_glyphs = (FT_UInt)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() 310 (FT_UInt)face->type1.num_glyphs, in t1_cmap_unicode_init()
|
H A D | t1cmap.h | 47 FT_UInt num_glyphs; member
|
/reactos/sdk/lib/3rdparty/freetype/src/psnames/ |
H A D | psmodule.c | 318 FT_UInt num_glyphs, in ps_unicodes_init() argument 333 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) ) in ps_unicodes_init() 343 for ( n = 0; n < num_glyphs; n++ ) in ps_unicodes_init() 394 if ( count < num_glyphs / 2 ) in ps_unicodes_init() 396 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count ); in ps_unicodes_init()
|
/reactos/sdk/lib/3rdparty/freetype/src/type42/ |
H A D | t42parse.c | 804 loader->num_glyphs = T1_ToInt( parser ); in t42_parse_charstrings() 807 if ( loader->num_glyphs < 0 ) in t42_parse_charstrings() 815 if ( loader->num_glyphs > ( limit - parser->root.cursor ) >> 2 ) in t42_parse_charstrings() 819 loader->num_glyphs, in t42_parse_charstrings() 821 loader->num_glyphs = ( limit - parser->root.cursor ) >> 2; in t42_parse_charstrings() 844 loader->num_glyphs = count; in t42_parse_charstrings() 880 loader->num_glyphs, in t42_parse_charstrings() 886 loader->num_glyphs, in t42_parse_charstrings() 994 if ( n >= loader->num_glyphs ) in t42_parse_charstrings() 999 loader->num_glyphs = n; in t42_parse_charstrings() [all …]
|
H A D | t42objs.c | 78 type1->num_glyphs = loader.num_glyphs; in T42_Open_Face() 125 for ( idx = 0; idx < type1->num_glyphs; idx++ ) in T42_Open_Face() 223 root->num_glyphs = type1->num_glyphs; in T42_Face_Init()
|
H A D | t42parse.h | 50 FT_Int num_glyphs; member
|
/reactos/sdk/lib/3rdparty/freetype/src/type1/ |
H A D | t1load.c | 1724 FT_Int n, num_glyphs; in parse_charstrings() local 1729 num_glyphs = (FT_Int)T1_ToInt( parser ); in parse_charstrings() 1730 if ( num_glyphs < 0 ) in parse_charstrings() 1737 if ( num_glyphs > ( limit - cur ) >> 3 ) in parse_charstrings() 1742 num_glyphs = ( limit - cur ) >> 3; in parse_charstrings() 1747 if ( num_glyphs == 0 || parser->root.error ) in parse_charstrings() 1757 if ( !loader->num_glyphs ) in parse_charstrings() 1850 if ( loader->num_glyphs ) in parse_charstrings() 1906 loader->num_glyphs = n; in parse_charstrings() 2017 loader->num_glyphs += 1; in parse_charstrings() [all …]
|
H A D | t1driver.c | 79 for ( i = 0; i < face->type1.num_glyphs; i++ ) in t1_get_name_index() 285 retval = sizeof ( type1->num_glyphs ); in t1_ps_get_font_value() 287 *((FT_Int *)value) = type1->num_glyphs; in t1_ps_get_font_value() 291 if ( idx < (FT_UInt)type1->num_glyphs ) in t1_ps_get_font_value() 303 if ( idx < (FT_UInt)type1->num_glyphs ) in t1_ps_get_font_value()
|
H A D | t1load.h | 42 FT_Int num_glyphs; member
|
H A D | t1gload.c | 270 for ( glyph_index = 0; glyph_index < type1->num_glyphs; glyph_index++ ) in T1_Compute_Max_Advance() 410 if ( glyph_index >= (FT_UInt)face->root.num_glyphs && in T1_Load_Glyph() 413 if ( glyph_index >= (FT_UInt)face->root.num_glyphs ) in T1_Load_Glyph()
|
/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/ |
H A D | gxvmorx2.c | 192 gid_limit = gxvalid->face->num_glyphs - in gxv_morx_subtable_type2_ligActionIndex_validate() 205 if ( (FT_Long)offset < gxvalid->face->num_glyphs ) in gxv_morx_subtable_type2_ligActionIndex_validate() 286 if ( lig_gid < gxvalid->face->num_glyphs ) in gxv_morx_subtable_type2_ligatureTable_validate()
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftadvanc.c | 89 if ( gindex >= (FT_UInt)face->num_glyphs ) in FT_Get_Advance() 133 num = (FT_UInt)face->num_glyphs; in FT_Get_Advances()
|
/reactos/sdk/lib/3rdparty/freetype/src/cache/ |
H 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 face->num_glyphs )); in ftc_basic_family_get_count() 118 result = (FT_UInt)face->num_glyphs; in ftc_basic_family_get_count()
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/ |
H A D | tttypes.h | 624 FT_ULong num_glyphs; member 791 FT_UShort num_glyphs; member 816 FT_UShort num_glyphs; member
|
H A D | cfftypes.h | 102 FT_UInt num_glyphs; member 340 FT_UInt num_glyphs; member
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/services/ |
H A D | svpscmap.h | 92 FT_UInt num_glyphs,
|