/external/freetype/src/truetype/ |
D | ttgxvar.c | 145 if ( FT_NEW_ARRAY( points, n ) ) in ft_var_readpackedpoints() 223 if ( FT_NEW_ARRAY( deltas, delta_cnt ) ) in ft_var_readpackeddeltas() 309 if ( FT_NEW_ARRAY( blend->avar_segment, axisCount ) ) in ft_var_load_avar() 316 if ( FT_NEW_ARRAY( segment->correspondence, segment->pairCount ) ) in ft_var_load_avar() 419 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) ) in ft_var_load_gvar() 448 if ( FT_NEW_ARRAY( blend->tuplecoords, in ft_var_load_gvar() 904 if ( FT_NEW_ARRAY( blend->normalizedcoords, num_coords ) ) in TT_Set_MM_Blend() 1024 if ( FT_NEW_ARRAY( normalized, mmvar->num_axis ) ) in TT_Set_Var_Design() 1180 if ( FT_NEW_ARRAY( tuple_coords, blend->num_axis ) || in tt_face_vary_cvt() 1181 FT_NEW_ARRAY( im_start_coords, blend->num_axis ) || in tt_face_vary_cvt() [all …]
|
D | ttobjs.c | 126 if ( FT_NEW_ARRAY( zone->org, maxPoints ) || in tt_glyphzone_new() 127 FT_NEW_ARRAY( zone->cur, maxPoints ) || in tt_glyphzone_new() 128 FT_NEW_ARRAY( zone->orus, maxPoints ) || in tt_glyphzone_new() 129 FT_NEW_ARRAY( zone->tags, maxPoints ) || in tt_glyphzone_new() 130 FT_NEW_ARRAY( zone->contours, maxContours ) ) in tt_glyphzone_new() 960 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) || in tt_size_init_bytecode() 961 FT_NEW_ARRAY( size->instruction_defs, size->max_instruction_defs ) || in tt_size_init_bytecode() 962 FT_NEW_ARRAY( size->cvt, size->cvt_size ) || in tt_size_init_bytecode() 963 FT_NEW_ARRAY( size->storage, size->storage_size ) ) in tt_size_init_bytecode()
|
D | ttpload.c | 306 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()
|
D | ttinterp.c | 464 if ( FT_NEW_ARRAY( exec->callStack, exec->callSize ) ) in Init_Context()
|
/external/freetype/src/sfnt/ |
D | ttpost.c | 190 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()
|
D | ttsbit.c | 290 if ( FT_NEW_ARRAY( range->glyph_offsets, count ) ) in Load_SBit_Range_Codes() 299 if ( FT_NEW_ARRAY ( range->glyph_codes, count ) || in Load_SBit_Range_Codes() 366 if ( FT_NEW_ARRAY( range->glyph_offsets, num_glyphs ) || in Load_SBit_Range() 505 if ( FT_NEW_ARRAY( face->sbit_strikes, num_strikes ) ) in tt_face_load_eblc() 551 if ( FT_NEW_ARRAY( strike->sbit_ranges, strike->num_ranges ) ) in tt_face_load_eblc() 1352 FT_NEW_ARRAY( components, num_components ) ) in Load_SBit_Image()
|
D | sfobjs.c | 61 if ( FT_NEW_ARRAY( string, len + 1 ) ) in tt_name_entry_ascii_from_utf16() 92 if ( FT_NEW_ARRAY( string, len + 1 ) ) in tt_name_entry_ascii_from_other() 408 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) ) in sfnt_open_font() 933 if ( FT_NEW_ARRAY( root->available_sizes, count ) ) in sfnt_load_face()
|
D | ttload.c | 810 if ( FT_NEW_ARRAY( table->names, count ) || in tt_face_load_name()
|
/external/freetype/src/cff/ |
D | cffload.c | 337 if ( FT_NEW_ARRAY( idx->offsets, idx->count + 1 ) || in cff_index_load_offsets() 403 !FT_NEW_ARRAY( t, idx->count + 1 ) && in cff_index_get_pointers() 798 if ( FT_NEW_ARRAY( charset->cids, (FT_ULong)max_cid + 1 ) ) in cff_charset_compute_cids() 881 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 974 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 992 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 1010 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 1542 if ( FT_NEW_ARRAY( sub, fd_index.count ) ) in cff_font_load()
|
/external/freetype/src/base/ |
D | ftsnames.c | 67 if ( FT_NEW_ARRAY ( entry->string, entry->stringLength ) || in FT_Get_Sfnt_Name()
|
D | ftrfork.c | 196 if ( FT_NEW_ARRAY( ref, *count ) ) in FT_Raccess_Get_DataOffsets() 217 if ( FT_NEW_ARRAY( offsets_internal, *count ) ) in FT_Raccess_Get_DataOffsets()
|
D | ftoutln.c | 307 if ( FT_NEW_ARRAY( anoutline->points, numPoints ) || in FT_Outline_New_Internal() 308 FT_NEW_ARRAY( anoutline->tags, numPoints ) || in FT_Outline_New_Internal() 309 FT_NEW_ARRAY( anoutline->contours, numContours ) ) in FT_Outline_New_Internal()
|
D | ftgloadr.c | 171 if ( !FT_NEW_ARRAY( loader->base.extra_points, 2 * loader->max_points ) ) in FT_GlyphLoader_CreateExtra()
|
/external/freetype/src/pfr/ |
D | pfrload.c | 496 if ( FT_NEW_ARRAY( snaps, count ) ) in pfr_extra_item_load_stem_snaps() 848 if ( FT_NEW_ARRAY( phy_font->blue_values, count ) ) in pfr_phy_font_load() 870 if ( FT_NEW_ARRAY( phy_font->chars, count ) ) in pfr_phy_font_load()
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 189 if ( FT_NEW_ARRAY( table->sort, 2 * count ) || in psh_hint_table_init() 190 FT_NEW_ARRAY( table->hints, count ) || in psh_hint_table_init() 191 FT_NEW_ARRAY( table->zones, 2 * count + 1 ) ) in psh_hint_table_init() 1274 if ( FT_NEW_ARRAY( glyph->points, outline->n_points ) || in psh_glyph_init() 1275 FT_NEW_ARRAY( glyph->contours, outline->n_contours ) ) in psh_glyph_init() 1918 if ( FT_NEW_ARRAY( strongs, num_strongs ) ) in psh_glyph_interpolate_normal_points()
|
/external/freetype/src/psnames/ |
D | psmodule.c | 316 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) ) in ps_unicodes_init()
|
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 290 #define FT_NEW_ARRAY( ptr, count ) \ macro
|
/external/freetype/src/cache/ |
D | ftccache.c | 350 (void)FT_NEW_ARRAY( cache->buckets, FTC_HASH_INITIAL_SIZE * 2 ); in ftc_cache_init()
|
/external/freetype/src/psaux/ |
D | psobjs.c | 77 if ( FT_NEW_ARRAY( table->elements, count ) || in ps_table_new() 78 FT_NEW_ARRAY( table->lengths, count ) ) in ps_table_new()
|