Home
last modified time | relevance | path

Searched defs:EncodingRecord (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
Dcmap_table_parser.h27 struct EncodingRecord { struct
36 struct EncodingRecord encodingRecords[]; argument
Dcmap_parser.cpp36 struct EncodingRecord { struct
37 OpenTypeBasicType::Uint16 platformID;
38 OpenTypeBasicType::Uint16 encodingID;
39 OpenTypeBasicType::Uint32 subtableOffset;
41 const struct CmapSubtable *GetSubtable(const void *data) const in GetSubtable()