Searched defs:PS_TableRec_ (Results 1 – 1 of 1) sorted by relevance
147 typedef struct PS_TableRec_ struct149 FT_Byte* block; /* current memory block */150 FT_Offset cursor; /* current cursor in memory block */151 FT_Offset capacity; /* current size of memory block */152 FT_ULong init;154 FT_Int max_elems;155 FT_Byte** elements; /* addresses of table elements */156 FT_UInt* lengths; /* lengths of table elements */158 FT_Memory memory;159 PS_Table_FuncsRec funcs;