Home
last modified time | relevance | path

Searched refs:FT_MEM_NEW_ARRAY (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftmemory.h279 #define FT_MEM_NEW_ARRAY( ptr, count ) \ macro
342 FT_MEM_SET_ERROR( FT_MEM_NEW_ARRAY( ptr, count ) )
/third_party/skia/third_party/externals/freetype/src/base/
Dfthash.c188 FT_MEM_NEW_ARRAY( hash->table, sz ); in hash_init()
/third_party/skia/third_party/externals/freetype/src/cache/
Dftccache.c343 FT_MEM_NEW_ARRAY( cache->buckets, FTC_HASH_INITIAL_SIZE * 2 ); in ftc_cache_init()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.22182 (FT_MEM_NEW_ARRAY, FT_MEM_RENEW_ARRAY, FT_MEM_QNEW_ARRAY,