Home
last modified time | relevance | path

Searched refs:FT_NEW_ARRAY (Results 1 – 25 of 27) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/sfnt/
A Dttpost.c190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) || in load_format_20()
227 if ( FT_NEW_ARRAY( name_strings, num_names ) ) in load_format_20()
256 if ( FT_NEW_ARRAY( name_strings[n], len + 1 ) || in load_format_20()
270 if ( FT_NEW_ARRAY( name_strings[n], 1 ) ) in load_format_20()
332 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) || in load_format_25()
A Dsfobjs.c62 if ( FT_NEW_ARRAY( string, len + 1 ) ) in tt_name_entry_ascii_from_utf16()
97 if ( FT_NEW_ARRAY( string, len + 1 ) ) in tt_name_entry_ascii_from_other()
515 if ( FT_NEW_ARRAY( tables, woff.num_tables ) || in woff_open_font()
516 FT_NEW_ARRAY( indices, woff.num_tables ) ) in woff_open_font()
808 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) ) in sfnt_open_font()
1349 if ( FT_NEW_ARRAY( root->available_sizes, count ) ) in sfnt_load_face()
A Dpngshim.c343 if ( FT_NEW_ARRAY( rows, imgHeight ) ) in Load_SBit_Png()
A Dttload.c809 if ( FT_NEW_ARRAY( table->names, count ) || in tt_face_load_name()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgxvar.c147 if ( FT_NEW_ARRAY( points, n ) ) in ft_var_readpackedpoints()
225 if ( FT_NEW_ARRAY( deltas, delta_cnt ) ) in ft_var_readpackeddeltas()
311 if ( FT_NEW_ARRAY( blend->avar_segment, axisCount ) ) in ft_var_load_avar()
450 if ( FT_NEW_ARRAY( blend->tuplecoords, in ft_var_load_gvar()
1017 if ( FT_NEW_ARRAY( normalized, mmvar->num_axis ) ) in TT_Set_Var_Design()
1161 if ( FT_NEW_ARRAY( tuple_coords, blend->num_axis ) || in tt_face_vary_cvt()
1162 FT_NEW_ARRAY( im_start_coords, blend->num_axis ) || in tt_face_vary_cvt()
1163 FT_NEW_ARRAY( im_end_coords, blend->num_axis ) ) in tt_face_vary_cvt()
1331 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas()
1350 if ( FT_NEW_ARRAY( tuple_coords, blend->num_axis ) || in TT_Vary_Get_Glyph_Deltas()
[all …]
A Dttobjs.c127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) || in tt_glyphzone_new()
128 FT_NEW_ARRAY( zone->cur, maxPoints ) || in tt_glyphzone_new()
129 FT_NEW_ARRAY( zone->orus, maxPoints ) || in tt_glyphzone_new()
130 FT_NEW_ARRAY( zone->tags, maxPoints ) || in tt_glyphzone_new()
131 FT_NEW_ARRAY( zone->contours, maxContours ) ) in tt_glyphzone_new()
1006 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) || in tt_size_init_bytecode()
1007 FT_NEW_ARRAY( size->instruction_defs, size->max_instruction_defs ) || in tt_size_init_bytecode()
1008 FT_NEW_ARRAY( size->cvt, size->cvt_size ) || in tt_size_init_bytecode()
1009 FT_NEW_ARRAY( size->storage, size->storage_size ) ) in tt_size_init_bytecode()
A Dttpload.c306 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) ) in tt_face_load_cvt()
532 if ( FT_NEW_ARRAY( face->hdmx_record_sizes, num_records ) ) in tt_face_load_hdmx()
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfread.c108 if ( FT_NEW_ARRAY( face->toc.tables, toc->count ) ) in pcf_read_TOC()
450 if ( FT_NEW_ARRAY( props, nprops ) ) in pcf_get_properties()
499 if ( FT_NEW_ARRAY( strings, string_size + 1 ) ) in pcf_get_properties()
506 if ( FT_NEW_ARRAY( properties, nprops ) ) in pcf_get_properties()
630 if ( FT_NEW_ARRAY( face->metrics, nmetrics ) ) in pcf_get_metrics()
706 if ( FT_NEW_ARRAY( offsets, nbitmaps ) ) in pcf_get_bitmaps()
822 if ( FT_NEW_ARRAY( encoding, nencoding ) ) in pcf_get_encodings()
1186 if ( FT_NEW_ARRAY( root->available_sizes, 1 ) ) in pcf_load_font()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffload.c337 if ( FT_NEW_ARRAY( idx->offsets, idx->count + 1 ) || in cff_index_load_offsets()
404 !FT_NEW_ARRAY( t, idx->count + 1 ) && in cff_index_get_pointers()
806 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) ) in cff_charset_compute_cids()
889 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load()
982 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load()
1000 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load()
1018 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load()
1573 if ( FT_NEW_ARRAY( sub, fd_index.count ) ) in cff_font_load()
/AliOS-Things-master/components/freetype/src/base/
A Dftsnames.c67 if ( FT_NEW_ARRAY ( entry->string, entry->stringLength ) || in FT_Get_Sfnt_Name()
A Dftoutln.c315 if ( FT_NEW_ARRAY( anoutline->points, numPoints ) || in FT_Outline_New_Internal()
316 FT_NEW_ARRAY( anoutline->tags, numPoints ) || in FT_Outline_New_Internal()
317 FT_NEW_ARRAY( anoutline->contours, numContours ) ) in FT_Outline_New_Internal()
A Dftrfork.c201 if ( FT_NEW_ARRAY( ref, *count ) ) in FT_Raccess_Get_DataOffsets()
235 if ( FT_NEW_ARRAY( offsets_internal, *count ) ) in FT_Raccess_Get_DataOffsets()
A Dftgloadr.c172 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) ) in FT_GlyphLoader_CreateExtra()
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c263 if ( FT_NEW_ARRAY( ht->table, ht->size ) ) in hash_rehash()
293 if ( FT_NEW_ARRAY( ht->table, sz ) ) in hash_init()
687 if ( FT_NEW_ARRAY( buf, buf_size ) ) in _bdf_readstream()
1054 if ( FT_NEW_ARRAY( p->name, n ) ) in bdf_create_property()
1361 if ( FT_NEW_ARRAY( font->props, 1 ) ) in _bdf_add_property()
1535 if ( FT_NEW_ARRAY( font->glyphs, font->glyphs_size ) ) in _bdf_parse_glyphs()
1595 if ( FT_NEW_ARRAY( p->glyph_name, slen + 1 ) ) in _bdf_parse_glyphs()
1932 if ( FT_NEW_ARRAY( glyph->bitmap, glyph->bytes ) ) in _bdf_parse_glyphs()
2181 if ( FT_NEW_ARRAY( p->font->props, p->cnt ) ) in _bdf_parse_start()
2244 if ( FT_NEW_ARRAY( p->font->name, slen + 1 ) ) in _bdf_parse_start()
A Dbdfdrivr.c433 if ( FT_NEW_ARRAY( bdfface->available_sizes, 1 ) ) in BDF_Face_Init()
489 if ( FT_NEW_ARRAY( face->en_table, font->glyphs_size ) ) in BDF_Face_Init()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1load.c132 if ( FT_NEW_ARRAY( blend->font_infos[1], num_designs ) || in t1_allocate_blend()
133 FT_NEW_ARRAY( blend->privates [1], num_designs ) || in t1_allocate_blend()
134 FT_NEW_ARRAY( blend->bboxes [1], num_designs ) || in t1_allocate_blend()
135 FT_NEW_ARRAY( blend->weight_vector, num_designs * 2 ) ) in t1_allocate_blend()
174 if ( FT_NEW_ARRAY( blend->design_pos[0], num_designs * num_axis ) ) in t1_allocate_blend()
789 if ( FT_NEW_ARRAY( map->design_points, num_points * 2 ) ) in parse_blend_design_map()
1199 if ( FT_NEW_ARRAY( encode->char_index, count ) || in parse_encoding()
1200 FT_NEW_ARRAY( encode->char_name, count ) || in parse_encoding()
2168 if ( FT_NEW_ARRAY( face->buildchar, face->len_buildchar ) ) in T1_Open_Face()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidload.c231 if ( FT_NEW_ARRAY( cid->font_dicts, num_dicts ) ) in parse_fd_array()
414 if ( FT_NEW_ARRAY( face->subrs, cid->num_dicts ) ) in cid_read_subrs()
472 if ( FT_NEW_ARRAY( subr->code, num_subrs + 1 ) || in cid_read_subrs()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrload.c496 if ( FT_NEW_ARRAY( snaps, count ) ) in pfr_extra_item_load_stem_snaps()
847 if ( FT_NEW_ARRAY( phy_font->blue_values, count ) ) in pfr_phy_font_load()
869 if ( FT_NEW_ARRAY( phy_font->chars, count ) ) in pfr_phy_font_load()
A Dpfrobjs.c213 if ( FT_NEW_ARRAY( pfrface->available_sizes, count ) ) in pfr_face_init()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.c188 if ( FT_NEW_ARRAY( table->sort, 2 * count ) || in psh_hint_table_init()
189 FT_NEW_ARRAY( table->hints, count ) || in psh_hint_table_init()
190 FT_NEW_ARRAY( table->zones, 2 * count + 1 ) ) in psh_hint_table_init()
1273 if ( FT_NEW_ARRAY( glyph->points, outline->n_points ) || in psh_glyph_init()
1274 FT_NEW_ARRAY( glyph->contours, outline->n_contours ) ) in psh_glyph_init()
1916 if ( FT_NEW_ARRAY( strongs, num_strongs ) ) in psh_glyph_interpolate_normal_points()
/AliOS-Things-master/components/freetype/src/psaux/
A Dpsobjs.c77 if ( FT_NEW_ARRAY( table->elements, count ) || in ps_table_new()
78 FT_NEW_ARRAY( table->lengths, count ) ) in ps_table_new()
1228 if ( FT_NEW_ARRAY( temp, max_objects * 4 ) ) in ps_parser_load_field()
/AliOS-Things-master/components/freetype/src/psnames/
A Dpsmodule.c317 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) ) in ps_unicodes_init()
/AliOS-Things-master/components/freetype/include/internal/
A Dftmemory.h318 #define FT_NEW_ARRAY( ptr, count ) \ macro
/AliOS-Things-master/components/freetype/src/cache/
A Dftccache.c345 (void)FT_NEW_ARRAY( cache->buckets, FTC_HASH_INITIAL_SIZE * 2 ); in ftc_cache_init()
/AliOS-Things-master/components/freetype/src/type42/
A Dt42parse.c354 if ( FT_NEW_ARRAY( encode->char_index, count ) || in t42_parse_encoding()
355 FT_NEW_ARRAY( encode->char_name, count ) || in t42_parse_encoding()

Completed in 47 milliseconds

12