Home
last modified time | relevance | path

Searched defs:FT_MemoryRec_ (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/raster/
Dftmisc.h69 typedef struct FT_MemoryRec_ struct
71 void* user;
73 FT_Alloc_Func alloc;
74 FT_Free_Func free;
75 FT_Realloc_Func realloc;
/external/freetype/include/freetype/
Dftsystem.h169 struct FT_MemoryRec_ struct
171 void* user;
172 FT_Alloc_Func alloc;
173 FT_Free_Func free;
174 FT_Realloc_Func realloc;