Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/truetype/
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()
1179 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) || in tt_size_init_bytecode()
1180 FT_NEW_ARRAY( size->instruction_defs, size->max_instruction_defs ) || in tt_size_init_bytecode()
1181 FT_NEW_ARRAY( size->cvt, size->cvt_size ) || in tt_size_init_bytecode()
1182 FT_NEW_ARRAY( size->storage, size->storage_size ) ) in tt_size_init_bytecode()
Dttgxvar.c532 if ( FT_NEW_ARRAY( itemStore->varRegionList, itemStore->regionCount ) ) in ft_var_load_item_variation_store()
540 if ( FT_NEW_ARRAY( itemStore->varRegionList[i].axisList, in ft_var_load_item_variation_store()
565 if ( FT_NEW_ARRAY( itemStore->varData, itemStore->dataCount ) ) in ft_var_load_item_variation_store()
603 if ( FT_NEW_ARRAY( varData->regionIndices, in ft_var_load_item_variation_store()
627 if ( FT_NEW_ARRAY( varData->deltaSet, in ft_var_load_item_variation_store()
744 if ( FT_NEW_ARRAY( map->innerIndex, map->mapCount ) ) in ft_var_load_delta_set_index_mapping()
747 if ( FT_NEW_ARRAY( map->outerIndex, map->mapCount ) ) in ft_var_load_delta_set_index_mapping()
1324 if ( FT_NEW_ARRAY( blend->mvar_table->values, in ft_var_load_mvar()
2383 if ( FT_NEW_ARRAY( face->blend->normalized_stylecoords, in TT_Get_MM_Var()
2651 if ( FT_NEW_ARRAY( blend->coords, mmvar->num_axis ) ) in tt_set_mm_blend()
[all …]
Dttgload.c984 if ( FT_NEW_ARRAY( unrounded, n_points ) ) in TT_Process_Simple_Glyph()
1969 if ( FT_NEW_ARRAY( points, outline.n_points ) || in load_truetype_glyph()
1970 FT_NEW_ARRAY( tags, outline.n_points ) || in load_truetype_glyph()
1971 FT_NEW_ARRAY( contours, outline.n_points ) || in load_truetype_glyph()
1972 FT_NEW_ARRAY( unrounded, outline.n_points ) ) in load_truetype_glyph()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c858 if ( FT_NEW_ARRAY( substreams, num_substreams ) ) in reconstruct_glyf()
905 if ( FT_NEW_ARRAY( loca_values, num_glyphs + 1 ) ) in reconstruct_glyf()
916 if ( FT_NEW_ARRAY( glyph_buf, glyph_buf_size ) ) in reconstruct_glyf()
919 if ( FT_NEW_ARRAY( info->x_mins, num_glyphs ) ) in reconstruct_glyf()
1039 if ( FT_NEW_ARRAY( n_points_arr, n_contours ) ) in reconstruct_glyf()
1076 if ( FT_NEW_ARRAY( points, points_size ) ) in reconstruct_glyf()
1307 if ( FT_NEW_ARRAY( info->x_mins, num_glyphs ) ) in get_x_mins()
1395 if ( FT_NEW_ARRAY( advance_widths, num_hmetrics ) || in reconstruct_hmtx()
1396 FT_NEW_ARRAY( lsbs, num_glyphs ) ) in reconstruct_hmtx()
1447 if ( FT_NEW_ARRAY( hmtx_table, hmtx_table_size ) ) in reconstruct_hmtx()
[all …]
Dsfwoff.c200 if ( FT_NEW_ARRAY( tables, woff.num_tables ) || in woff_open_font()
201 FT_NEW_ARRAY( indices, woff.num_tables ) ) in woff_open_font()
Dttcpal.c218 if ( FT_NEW_ARRAY( face->palette, in tt_face_load_cpal()
Dsfobjs.c1224 if ( FT_NEW_ARRAY( root->available_sizes, count ) || in sfnt_load_face()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshalgo.c185 if ( FT_NEW_ARRAY( table->sort, 2 * count ) || in psh_hint_table_init()
186 FT_NEW_ARRAY( table->hints, count ) || in psh_hint_table_init()
187 FT_NEW_ARRAY( table->zones, 2 * count + 1 ) ) in psh_hint_table_init()
1170 if ( FT_NEW_ARRAY( glyph->points, outline->n_points ) || in psh_glyph_init()
1171 FT_NEW_ARRAY( glyph->contours, outline->n_contours ) ) in psh_glyph_init()
1800 if ( FT_NEW_ARRAY( strongs, num_strongs ) ) in psh_glyph_interpolate_normal_points()
/third_party/skia/third_party/externals/freetype/src/base/
Dftoutln.c319 if ( FT_NEW_ARRAY( anoutline->points, numPoints ) || in FT_Outline_New()
320 FT_NEW_ARRAY( anoutline->tags, numPoints ) || in FT_Outline_New()
321 FT_NEW_ARRAY( anoutline->contours, numContours ) ) in FT_Outline_New()
Dfthash.c145 if ( FT_NEW_ARRAY( hash->table, hash->size ) ) in hash_rehash()
Dftgloadr.c176 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) ) in FT_GlyphLoader_CreateExtra()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.c136 if ( FT_NEW_ARRAY( blend->font_infos[1], num_designs ) || in t1_allocate_blend()
137 FT_NEW_ARRAY( blend->privates [1], num_designs ) || in t1_allocate_blend()
138 FT_NEW_ARRAY( blend->bboxes [1], num_designs ) ) in t1_allocate_blend()
1533 if ( FT_NEW_ARRAY( encode->char_index, array_size ) || in parse_encoding()
1534 FT_NEW_ARRAY( encode->char_name, array_size ) || in parse_encoding()
2620 if ( FT_NEW_ARRAY( face->buildchar, face->len_buildchar ) ) in T1_Open_Face()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidload.c289 if ( FT_NEW_ARRAY( cid->font_dicts, num_dicts ) ) in parse_fd_array()
527 if ( FT_NEW_ARRAY( face->subrs, cid->num_dicts ) ) in cid_read_subrs()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftmemory.h341 #define FT_NEW_ARRAY( ptr, count ) \ macro
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42parse.c366 if ( FT_NEW_ARRAY( encode->char_index, count ) || in t42_parse_encoding()
367 FT_NEW_ARRAY( encode->char_name, count ) || in t42_parse_encoding()
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c617 if ( FT_NEW_ARRAY( properties, nprops ) ) in pcf_get_properties()
1040 if ( FT_NEW_ARRAY( enc->offset, nencoding ) ) in pcf_get_encodings()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.c171 if ( FT_NEW_ARRAY( axis->segments, new_max ) ) in af_axis_hints_new_segment()
236 if ( FT_NEW_ARRAY( axis->edges, new_max ) ) in af_axis_hints_new_edge()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrload.c996 if ( FT_NEW_ARRAY( phy_font->chars, count ) ) in pfr_phy_font_load()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsobjs.c81 if ( FT_NEW_ARRAY( table->elements, count ) || in ps_table_new()
82 FT_NEW_ARRAY( table->lengths, count ) ) in ps_table_new()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c849 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) ) in cff_charset_compute_cids()
2437 if ( FT_NEW_ARRAY( sub, fd_index.count ) ) in cff_font_load()
/third_party/skia/third_party/externals/freetype/src/bdf/
Dbdflib.c1369 if ( FT_NEW_ARRAY( font->glyphs, font->glyphs_size ) ) in _bdf_parse_glyphs()
1994 if ( FT_NEW_ARRAY( p->font->props, p->cnt ) ) in _bdf_parse_start()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.21682 (FT_NEW, FT_NEW_ARRAY, FT_RENEW_ARRAY, FT_QNEW, FT_QNEW_ARRAY,
1265 Don't use FT_QNEW_ARRAY but FT_NEW_ARRAY to make deallocation work
1327 FT_NEW_ARRAY.
8947 FT_NEW_ARRAY and FT_RENEW_ARRAY which take _typed_ pointer
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES3847 with FT_NEW_ARRAY and FT_RENEW_ARRAY which do not take a