/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcpal.c | 156 if ( FT_QNEW_ARRAY( array, face->palette_data.num_palettes ) ) in tt_face_load_cpal() 177 if ( FT_QNEW_ARRAY( array, face->palette_data.num_palettes ) ) in tt_face_load_cpal() 198 if ( FT_QNEW_ARRAY( array, face->palette_data.num_palette_entries ) ) in tt_face_load_cpal()
|
D | ttpost.c | 195 if ( FT_QNEW_ARRAY( glyph_indices, num_glyphs ) || in load_format_20() 238 FT_QNEW_ARRAY( name_strings, num_names ) ) in load_format_20() 329 if ( FT_QNEW_ARRAY( offset_table, num_glyphs ) || in load_format_25()
|
D | sfobjs.c | 68 if ( FT_QNEW_ARRAY( string, len + 1 ) ) in tt_name_ascii_from_utf16() 103 if ( FT_QNEW_ARRAY( string, len + 1 ) ) in tt_name_ascii_from_other() 269 if ( FT_QNEW_ARRAY ( rec->string, rec->stringLength ) || in tt_face_get_name() 462 if ( FT_QNEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) ) in sfnt_open_font() 1225 FT_QNEW_ARRAY( sbit_strike_map, count ) ) in sfnt_load_face()
|
D | ttload.c | 412 if ( FT_QNEW_ARRAY( face->dir_tables, face->num_tables ) ) in tt_face_load_font_dir() 922 if ( FT_QNEW_ARRAY( langTags, table->numLangTagRecords ) || in tt_face_load_name() 959 if ( FT_QNEW_ARRAY( names, table->numNameRecords ) || in tt_face_load_name() 1463 if ( FT_QNEW_ARRAY( gasp_ranges, num_ranges ) || in tt_face_load_gasp()
|
D | pngshim.c | 433 if ( FT_QNEW_ARRAY( rows, imgHeight ) ) in Load_SBit_Png()
|
D | sfwoff2.c | 782 if ( FT_QNEW_ARRAY( loca_buf, loca_buf_size ) ) in store_loca() 2110 if ( FT_QNEW_ARRAY( temp_indices, in woff2_open_font()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftsnames.c | 68 if ( FT_QNEW_ARRAY ( entry->string, entry->stringLength ) || in FT_Get_Sfnt_Name() 124 if ( FT_QNEW_ARRAY ( entry->string, entry->stringLength ) || in FT_Get_Sfnt_LangTag()
|
D | ftrfork.c | 254 if ( FT_QNEW_ARRAY( ref, *count ) ) in FT_Raccess_Get_DataOffsets() 302 if ( FT_QNEW_ARRAY( offsets_internal, *count ) ) in FT_Raccess_Get_DataOffsets()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 359 if ( FT_QNEW_ARRAY( idx->offsets, idx->count + 1 ) || in cff_index_load_offsets() 430 !FT_QNEW_ARRAY( tbl, idx->count + 1 ) && in cff_index_get_pointers() 933 if ( FT_QNEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 1026 if ( FT_QNEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 1044 if ( FT_QNEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 1062 if ( FT_QNEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load() 1171 if ( FT_QNEW_ARRAY( dataOffsetArray, dataCount ) ) in cff_vstore_load() 1187 if ( FT_QNEW_ARRAY( vstore->varRegionList, regionCount ) ) in cff_vstore_load() 1195 if ( FT_QNEW_ARRAY( region->axisList, vstore->axisCount ) ) in cff_vstore_load() 1221 if ( FT_QNEW_ARRAY( vstore->varData, dataCount ) ) in cff_vstore_load() [all …]
|
D | cffparse.c | 65 if ( FT_QNEW_ARRAY( parser->stack, stackSize ) ) in cff_parser_init()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttpload.c | 337 if ( FT_QNEW_ARRAY( face->cvt, face->cvt_size ) ) in tt_face_load_cvt() 574 if ( FT_QNEW_ARRAY( face->hdmx_record_sizes, num_records ) ) in tt_face_load_hdmx()
|
D | ttgxvar.c | 181 if ( FT_QNEW_ARRAY( points, n + 1 ) ) in ft_var_readpackedpoints() 274 if ( FT_QNEW_ARRAY( deltas, delta_cnt ) ) in ft_var_readpackeddeltas() 405 if ( FT_QNEW_ARRAY( blend->avar_segment, axisCount ) ) in ft_var_load_avar() 415 FT_QNEW_ARRAY( segment->correspondence, segment->pairCount ) ) in ft_var_load_avar() 496 if ( FT_QNEW_ARRAY( dataOffsetArray, itemStore->dataCount ) ) in ft_var_load_item_variation_store() 1644 if ( FT_QNEW_ARRAY( blend->glyphoffsets, gvar_head.glyphCount + 1 ) ) in ft_var_load_gvar() 1723 if ( FT_QNEW_ARRAY( blend->tuplecoords, in ft_var_load_gvar()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psstack.c | 68 if ( FT_QNEW_ARRAY( stack->buffer, stackSize ) ) in cf2_stack_init()
|
D | afmparse.c | 639 if ( FT_QNEW_ARRAY( fi->TrackKerns, fi->NumTrackKern ) ) in afm_parse_track_kern() 781 if ( FT_QNEW_ARRAY( fi->KernPairs, fi->NumKernPair ) ) in afm_parse_kern_pairs()
|
D | psobjs.c | 1251 if ( FT_QNEW_ARRAY( temp, max_objects * 4 ) ) in ps_parser_load_field()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrload.c | 604 if ( FT_QNEW_ARRAY( snaps, count ) ) in pfr_extra_item_load_stem_snaps() 956 if ( FT_QNEW_ARRAY( phy_font->blue_values, count ) ) in pfr_phy_font_load()
|
D | pfrobjs.c | 220 if ( FT_QNEW_ARRAY( pfrface->available_sizes, count ) ) in pfr_face_init()
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfread.c | 130 if ( FT_QNEW_ARRAY( face->toc.tables, toc->count ) ) in pcf_read_TOC() 543 if ( FT_QNEW_ARRAY( props, nprops ) ) in pcf_get_properties() 770 if ( FT_QNEW_ARRAY( face->metrics, face->nmetrics ) ) in pcf_get_metrics()
|
/third_party/skia/third_party/externals/freetype/src/psnames/ |
D | psmodule.c | 329 if ( !FT_QNEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) ) in ps_unicodes_init()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1afm.c | 169 if ( FT_QNEW_ARRAY( fi->KernPairs, fi->NumKernPair ) ) in T1_Read_PFM()
|
D | t1load.c | 927 if ( FT_QNEW_ARRAY( design_pos[0], num_designs * num_axis ) ) in parse_blend_design_positions() 1050 if ( FT_QNEW_ARRAY( map->design_points, num_points * 2 ) ) in parse_blend_design_map() 1137 if ( FT_QNEW_ARRAY( blend->weight_vector, num_designs * 2 ) ) in parse_weight_vector()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftmemory.h | 349 #define FT_QNEW_ARRAY( ptr, count ) \ macro
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidload.c | 592 if ( FT_QNEW_ARRAY( subr->code, num_subrs + 1 ) || in cid_read_subrs()
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | bdfdrivr.c | 609 if ( FT_QNEW_ARRAY( face->en_table, font->glyphs_size ) ) in BDF_Face_Init()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 682 (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 2022 FT_MEM_QRENEW_ARRAY, FT_QALLOC, FT_QREALLOC, FT_QNEW, FT_QNEW_ARRAY, 2026 * src/gzip/ftgzip.c (FT_Stream_OpenGzip): Use FT_QNEW_ARRAY. 2027 * src/sfnt/sfobjs.c (tt_face_get_name): Use FT_QNEW_ARRAY. 2030 tt_face_load_gasp): Use FT_QNEW_ARRAY. 2031 (tt_face_load_kern): Use FT_QNEW_ARRAY. 2034 (tt_face_load_hdmx): Use FT_QNEW_ARRAY and FT_QALLOC.
|