Home
last modified time | relevance | path

Searched refs:SK_OT_Fixed (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/sfnt/
DSkOTTable_post.h25 SK_TYPED_ENUM(Value, SK_OT_Fixed,
33 SK_OT_Fixed value;
35 SK_OT_Fixed italicAngle;
DSkTTCFHeader.h23 SK_OT_Fixed version;
24 static const SK_OT_Fixed version_1 = SkTEndian_SwapBE32(1 << 16);
25 static const SK_OT_Fixed version_2 = SkTEndian_SwapBE32(2 << 16);
DSkOTTable_maxp_CFF.h17 SK_OT_Fixed version;
18 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00005000);
DSkOTTable_EBSC.h24 SK_OT_Fixed version;
25 static const SK_OT_Fixed version_initial = SkTEndian_SwapBE32(0x00020000);
DSkOTTable_maxp_TT.h18 SK_OT_Fixed version;
19 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00010000);
DSkOTTable_head.h24 SK_OT_Fixed version;
25 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000);
26 SK_OT_Fixed fontRevision;
DSkOTTable_hhea.h24 SK_OT_Fixed version;
25 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000);
DSkOTTable_EBDT.h26 SK_OT_Fixed version;
27 static const SK_OT_Fixed version_initial = SkTEndian_SwapBE32(0x00020000);
DSkOTTable_EBLC.h25 SK_OT_Fixed version;
26 static const SK_OT_Fixed version_initial = SkTEndian_SwapBE32(0x00020000);
DSkOTTable_maxp.h25 SK_OT_Fixed version;
DSkOTTableTypes.h27 typedef int32_t SK_OT_Fixed; typedef