Searched refs:FT_MEM_NEW_ARRAY (Results 1 - 3 of 3) sorted by relevance

/external/freetype/include/freetype/internal/
H A Dftmemory.h271 #define FT_MEM_NEW_ARRAY( ptr, count ) \ macro
334 FT_MEM_SET_ERROR( FT_MEM_NEW_ARRAY( ptr, count ) )
343 FT_MEM_SET_ERROR( FT_MEM_NEW_ARRAY( ptr, count ) )
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftmemory.h264 #define FT_MEM_NEW_ARRAY( ptr, count ) \ macro
327 FT_MEM_SET_ERROR( FT_MEM_NEW_ARRAY( ptr, count ) )
336 FT_MEM_SET_ERROR( FT_MEM_NEW_ARRAY( ptr, count ) )
/external/freetype/src/base/
H A Dfthash.c189 FT_MEM_NEW_ARRAY( hash->table, sz );

Completed in 116 milliseconds