Home
last modified time | relevance | path

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

/external/skia/src/sfnt/
DSkOTTable_fvar.h34 SK_OT_Fixed minValue;
35 SK_OT_Fixed defaultValue;
36 SK_OT_Fixed maxValue;
44 SK_OT_Fixed coordinates[AxisCount];
DSkOTTable_post.h24 enum Value : SK_OT_Fixed {
31 SK_OT_Fixed value;
33 SK_OT_Fixed italicAngle;
DSkTTCFHeader.h24 SK_OT_Fixed version;
25 static const SK_OT_Fixed version_1 = SkTEndian_SwapBE32(1 << 16);
26 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.h17 SK_OT_Fixed version;
18 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00010000);
DSkOTTable_head.h23 SK_OT_Fixed version;
24 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000);
25 SK_OT_Fixed fontRevision;
DSkOTTable_hhea.h23 SK_OT_Fixed version;
24 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000);
DSkOTTable_EBDT.h25 SK_OT_Fixed version;
26 static const SK_OT_Fixed version_initial = SkTEndian_SwapBE32(0x00020000);
DSkOTTable_EBLC.h24 SK_OT_Fixed version;
25 static const SK_OT_Fixed version_initial = SkTEndian_SwapBE32(0x00020000);
DSkOTTable_maxp.h25 SK_OT_Fixed version;
DSkOTTableTypes.h26 typedef int32_t SK_OT_Fixed; typedef