HomeSort by relevance Sort by last modified time
    Searched refs:ft_scalloc (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/gzip/
zutil.c 160 extern voidp ft_scalloc OF((uInt items, uInt size));
170 return (voidpf)ft_scalloc(items, size);
  /external/freetype/include/freetype/config/
ftstdlib.h 132 #define ft_scalloc calloc macro
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 647 static_cast<FXFT_Stream>(ft_scalloc(sizeof(FXFT_StreamRec), 1));
    [all...]

Completed in 1158 milliseconds