Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/include/
A Dftsystem.h171 struct FT_MemoryRec_ struct
173 void* user;
174 FT_Alloc_Func alloc;
175 FT_Free_Func free;
176 FT_Realloc_Func realloc;
/AliOS-Things-master/components/freetype/src/raster/
A Dftmisc.h72 typedef struct FT_MemoryRec_ struct
74 void* user;
76 FT_Alloc_Func alloc;
77 FT_Free_Func free;
78 FT_Realloc_Func realloc;

Completed in 3 milliseconds