Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftcmru.h120 typedef struct FTC_MruListRec_ struct
122 FT_UInt num_nodes;
123 FT_UInt max_nodes;
124 FTC_MruNode nodes;
125 FT_Pointer data;
126 FTC_MruListClassRec clazz;
127 FT_Memory memory;