Searched defs:PS_TableRec_ (Results 1 – 1 of 1) sorted by relevance
120 typedef struct PS_TableRec_ struct122 FT_Byte* block; /* current memory block */123 FT_Offset cursor; /* current cursor in memory block */124 FT_Offset capacity; /* current size of memory block */125 FT_Long init;127 FT_Int max_elems;128 FT_Int num_elems;129 FT_Byte** elements; /* addresses of table elements */130 FT_PtrDist* lengths; /* lengths of table elements */132 FT_Memory memory;[all …]
Completed in 6 milliseconds