Searched defs:PS_TableRec_ (Results 1 – 1 of 1) sorted by relevance
116 typedef struct PS_TableRec_ struct118 FT_Byte* block; /* current memory block */119 FT_Offset cursor; /* current cursor in memory block */120 FT_Offset capacity; /* current size of memory block */121 FT_Long init;123 FT_Int max_elems;124 FT_Int num_elems;125 FT_Byte** elements; /* addresses of table elements */126 FT_Int* lengths; /* lengths of table elements */128 FT_Memory memory;[all …]