Searched defs:sfnts_reader_s (Results 1 – 1 of 1) sorted by relevance
130 struct sfnts_reader_s { struct131 ref *sfnts;132 const gs_memory_t *memory;133 const byte *p;134 long index;135 uint offset;136 uint length;137 bool error;138 byte (*rbyte)(sfnts_reader *r);139 ushort (*rword)(sfnts_reader *r);[all …]