Searched defs:PS_TableRec_ (Results 1 – 1 of 1) sorted by relevance
150 typedef struct PS_TableRec_ struct152 FT_Byte* block; /* current memory block */153 FT_Offset cursor; /* current cursor in memory block */154 FT_Offset capacity; /* current size of memory block */155 FT_ULong init;157 FT_Int max_elems;158 FT_Int num_elems;159 FT_Byte** elements; /* addresses of table elements */160 FT_UInt* lengths; /* lengths of table elements */162 FT_Memory memory;[all …]