Searched refs:FT_QRENEW_ARRAY (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/lzw/ |
D | ftzopen.c | 146 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/ |
D | ftmemory.h | 352 #define FT_QRENEW_ARRAY( ptr, curcnt, newcnt ) \ macro
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | bdflib.c | 331 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/ |
D | ftccache.c | 191 if ( FT_QRENEW_ARRAY( cache->buckets, in ftc_cache_resize()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidload.c | 555 if ( FT_QRENEW_ARRAY( offsets, max_offsets, new_max ) ) in cid_read_subrs()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 1447 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/ |
D | sfwoff2.c | 2119 if ( FT_QRENEW_ARRAY( indices, in woff2_open_font()
|
D | ttcmap.c | 2996 if ( FT_QRENEW_ARRAY( cmap->results, old_max, num_results ) ) in tt_cmap14_ensure()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 3718 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/ |
D | ChangeLog.21 | 683 FT_QRENEW_ARRAY, FT_ALLOC_ARRAY, FT_REALLOC_ARRAY): Updated. 2023 FT_QRENEW_ARRAY): New macros.
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 21851 - if ( FT_QRENEW_ARRAY( state->stack, old_size, new_size ) )
|