Home
last modified time | relevance | path

Searched refs:OpenTypeBasicType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dcmap_parser.cpp32 OpenTypeBasicType::Uint16 format;
37 OpenTypeBasicType::Uint16 platformID;
38 OpenTypeBasicType::Uint16 encodingID;
49 OpenTypeBasicType::Uint16 version;
50 OpenTypeBasicType::Uint16 numTables;
56 OpenTypeBasicType::Uint16 length;
57 OpenTypeBasicType::Uint16 language;
62 OpenTypeBasicType::Uint16 array[];
98 OpenTypeBasicType::Uint16 reserved;
99 OpenTypeBasicType::Uint32 length;
[all …]
H A Dpost_table_parser.h28 OpenTypeBasicType::Uint32 version;
29 OpenTypeBasicType::Fixed italicAngle;
30 OpenTypeBasicType::Int16 underlinePosition;
31 OpenTypeBasicType::Int16 underlineThickness;
32 OpenTypeBasicType::Uint32 isFixedPitch;
33 OpenTypeBasicType::Uint32 minMemType42;
34 OpenTypeBasicType::Uint32 maxMemType42;
35 OpenTypeBasicType::Uint32 minMemType1;
36 OpenTypeBasicType::Uint32 maxMemType1;
H A Dname_table_parser.h28 OpenTypeBasicType::Uint16 platformId;
29 OpenTypeBasicType::Uint16 encodingId;
30 OpenTypeBasicType::Uint16 languageId;
31 OpenTypeBasicType::Uint16 nameId;
32 OpenTypeBasicType::Uint16 length;
33 OpenTypeBasicType::Uint16 stringOffset;
37 OpenTypeBasicType::Uint16 version;
38 OpenTypeBasicType::Uint16 count;
39 OpenTypeBasicType::Uint16 storageOffset;
H A Dcmap_table_parser.h28 OpenTypeBasicType::Uint16 platformID;
29 OpenTypeBasicType::Uint16 encodingID;
30 OpenTypeBasicType::Uint32 subtableOffset;
34 OpenTypeBasicType::Uint16 version;
35 OpenTypeBasicType::Uint16 numTables;
H A Dopentype_basic_type.h24 namespace OpenTypeBasicType {
H A Dopentype_basic_type.cpp21 namespace OpenTypeBasicType { namespace
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp244 struct OpenTypeBasicType::Tag tag;
246 struct OpenTypeBasicType::Int16 int16;
248 struct OpenTypeBasicType::Uint16 uint16;
250 struct OpenTypeBasicType::Int32 int32;
252 struct OpenTypeBasicType::Uint32 uint32;
254 struct OpenTypeBasicType::Fixed fixed;