Home
last modified time | relevance | path

Searched refs:FT_QRENEW_ARRAY (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/lzw/
Dftzopen.c146 if ( FT_QRENEW_ARRAY( state->stack, old_size, new_size ) ) in ft_lzwstate_stack_grow()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftmemory.h352 #define FT_QRENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
/third_party/skia/third_party/externals/freetype/src/bdf/
Dbdflib.c331 if ( FT_QRENEW_ARRAY( list->field, oldsize, newsize ) ) in _bdf_list_ensure()
858 if ( FT_QRENEW_ARRAY( font->user_props, in bdf_create_property()
956 if ( FT_QRENEW_ARRAY( font->comments, in _bdf_add_comment()
1173 if ( FT_QRENEW_ARRAY( font->props, in _bdf_add_property()
/third_party/skia/third_party/externals/freetype/src/cache/
Dftccache.c191 if ( FT_QRENEW_ARRAY( cache->buckets, in ftc_cache_resize()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidload.c555 if ( FT_QRENEW_ARRAY( offsets, max_offsets, new_max ) ) in cid_read_subrs()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c1447 if ( FT_QRENEW_ARRAY( blend->BV, blend->lenBV, len ) ) in cff_blend_build_vector()
1549 if ( FT_QRENEW_ARRAY( blend->lastNDV, blend->lenNDV, lenNDV ) ) in cff_blend_build_vector()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c2119 if ( FT_QRENEW_ARRAY( indices, in woff2_open_font()
Dttcmap.c2996 if ( FT_QRENEW_ARRAY( cmap->results, old_max, num_results ) ) in tt_cmap14_ensure()
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c3718 if ( FT_QRENEW_ARRAY( face->charmaps, in FT_CMap_Done()
3777 if ( FT_QRENEW_ARRAY( face->charmaps, in FT_CMap_New()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.21683 FT_QRENEW_ARRAY, FT_ALLOC_ARRAY, FT_REALLOC_ARRAY): Updated.
2023 FT_QRENEW_ARRAY): New macros.
/third_party/chromium/patch/
D0001-cve.patch21851 - if ( FT_QRENEW_ARRAY( state->stack, old_size, new_size ) )