Home
last modified time | relevance | path

Searched refs:SK_OT_USHORT (Results 1 – 25 of 42) sorted by relevance

12

/external/skia/src/sfnt/
DSkOTTable_head.h54 static const SK_OT_USHORT BaselineAtY0Mask = SkTEndian_SwapBE16(1 << 0);
55 static const SK_OT_USHORT LeftSidebearingAtX0Mask = SkTEndian_SwapBE16(1 << 1);
56 … static const SK_OT_USHORT InstructionsDependOnPointSizeMask = SkTEndian_SwapBE16(1 << 2);
57 static const SK_OT_USHORT IntegerScalingMask = SkTEndian_SwapBE16(1 << 3);
58 … static const SK_OT_USHORT InstructionsAlterAdvanceWidthMask = SkTEndian_SwapBE16(1 << 4);
59 static const SK_OT_USHORT VerticalCenteredGlyphs_AppleMask = SkTEndian_SwapBE16(1 << 5);
61 static const SK_OT_USHORT RequiresLayout_AppleMask = SkTEndian_SwapBE16(1 << 7);
63 static const SK_OT_USHORT GXMetamorphosis_AppleMask = SkTEndian_SwapBE16(1 << 8);
64 static const SK_OT_USHORT HasStrongRTL_AppleMask = SkTEndian_SwapBE16(1 << 9);
65 static const SK_OT_USHORT HasIndicStyleRearrangementMask = SkTEndian_SwapBE16(1 << 10);
[all …]
DSkOTTable_glyf.h37 { fLocaPtr.shortOffset = reinterpret_cast<const SK_OT_USHORT*>(&loca); } in Iterator()
60 const SK_OT_USHORT* shortOffset;
74 SK_OT_USHORT endPtsOfContours[1/*numberOfContours*/];
77 SK_OT_USHORT length;
94 static const SK_OT_USHORT OnCurveMask = SkTEndian_SwapBE16(1 << 0);
95 static const SK_OT_USHORT xShortVectorMask = SkTEndian_SwapBE16(1 << 1);
96 static const SK_OT_USHORT yShortVectorMask = SkTEndian_SwapBE16(1 << 2);
97 static const SK_OT_USHORT RepeatMask = SkTEndian_SwapBE16(1 << 3);
98 … static const SK_OT_USHORT xIsSame_xShortVectorPositiveMask = SkTEndian_SwapBE16(1 << 4);
99 … static const SK_OT_USHORT yIsSame_yShortVectorPositiveMask = SkTEndian_SwapBE16(1 << 5);
[all …]
DSkOTTable_OS_2_V0.h19 SK_OT_USHORT version;
22 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(0);
26 enum Value : SK_OT_USHORT {
37 SK_OT_USHORT value;
40 enum Value : SK_OT_USHORT {
76 static const SK_OT_USHORT Installable = 0;
77 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
78 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
79 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
80 SK_OT_USHORT value;
[all …]
DSkOTTable_maxp_TT.h20 SK_OT_USHORT numGlyphs;
21 SK_OT_USHORT maxPoints;
22 SK_OT_USHORT maxContours;
23 SK_OT_USHORT maxCompositePoints;
24 SK_OT_USHORT maxCompositeContours;
26 enum Value : SK_OT_USHORT {
31 SK_OT_USHORT maxTwilightPoints;
32 SK_OT_USHORT maxStorage;
33 SK_OT_USHORT maxFunctionDefs;
34 SK_OT_USHORT maxInstructionDefs;
[all …]
DSkOTTable_OS_2_VA.h20 SK_OT_USHORT version;
23 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(0);
27 enum Value : SK_OT_USHORT {
41 enum Value : SK_OT_USHORT {
78 static const SK_OT_USHORT Installable = 0;
79 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
80 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
81 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
82 SK_OT_USHORT value;
123 static const SK_OT_USHORT ItalicMask = SkOTSetUSHORTBit<0>::value;
[all …]
DSkOTTable_fvar.h23 SK_OT_USHORT majorVersion;
24 SK_OT_USHORT minorVersion;
25 SK_OT_USHORT offsetToAxesArray;
26 SK_OT_USHORT reserved;
27 SK_OT_USHORT axisCount;
28 SK_OT_USHORT axisSize; // Must be 0x0014 in v1.0
29 SK_OT_USHORT instanceCount;
30 SK_OT_USHORT instanceSize; // Must be axisCount * sizeof(Fixed) + (4 | 6)
37 SK_OT_USHORT flags; // Must be 0
38 SK_OT_USHORT axisNameID;
[all …]
DSkOTTable_gasp.h23 SK_OT_USHORT version;
24 static const SK_OT_USHORT version0 = SkTEndian_SwapBE16(0);
25 static const SK_OT_USHORT version1 = SkTEndian_SwapBE16(1);
27 SK_OT_USHORT numRanges;
30 SK_OT_USHORT maxPPEM;
55 static const SK_OT_USHORT GridfitMask = SkTEndian_SwapBE16(1 << 0);
56 static const SK_OT_USHORT DoGrayMask = SkTEndian_SwapBE16(1 << 1);
57 static const SK_OT_USHORT SymmetricGridfitMask = SkTEndian_SwapBE16(1 << 2);
58 static const SK_OT_USHORT SymmetricSmoothingMask = SkTEndian_SwapBE16(1 << 3);
59 SK_OT_USHORT value;
DSkOTTable_OS_2_V2.h19 SK_OT_USHORT version;
20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(2);
24 enum Value : SK_OT_USHORT {
35 SK_OT_USHORT value;
38 enum Value : SK_OT_USHORT {
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V4.h19 SK_OT_USHORT version;
20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(4);
24 enum Value : SK_OT_USHORT {
35 SK_OT_USHORT value;
38 enum Value : SK_OT_USHORT {
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V3.h19 SK_OT_USHORT version;
20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(3);
24 enum Value : SK_OT_USHORT {
35 SK_OT_USHORT value;
38 enum Value : SK_OT_USHORT {
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V1.h19 SK_OT_USHORT version;
20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(1);
24 enum Value : SK_OT_USHORT {
35 SK_OT_USHORT value;
38 enum Value : SK_OT_USHORT {
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
78 SK_OT_USHORT value;
[all …]
DSkOTTable_name.h24 SK_OT_USHORT format;
25 static const SK_OT_USHORT format_0 = SkTEndian_SwapBE16(0);
27 static const SK_OT_USHORT format_1 = SkTEndian_SwapBE16(1);
30 SK_OT_USHORT count;
33 SK_OT_USHORT stringOffset;
38 enum Value : SK_OT_USHORT {
48 SK_OT_USHORT custom;
52 enum Value : SK_OT_USHORT {
68 enum Value : SK_OT_USHORT {
107 enum Value : SK_OT_USHORT {
[all …]
/external/skqp/src/sfnt/
DSkOTTable_head.h54 static const SK_OT_USHORT BaselineAtY0Mask = SkTEndian_SwapBE16(1 << 0);
55 static const SK_OT_USHORT LeftSidebearingAtX0Mask = SkTEndian_SwapBE16(1 << 1);
56 … static const SK_OT_USHORT InstructionsDependOnPointSizeMask = SkTEndian_SwapBE16(1 << 2);
57 static const SK_OT_USHORT IntegerScalingMask = SkTEndian_SwapBE16(1 << 3);
58 … static const SK_OT_USHORT InstructionsAlterAdvanceWidthMask = SkTEndian_SwapBE16(1 << 4);
59 static const SK_OT_USHORT VerticalCenteredGlyphs_AppleMask = SkTEndian_SwapBE16(1 << 5);
61 static const SK_OT_USHORT RequiresLayout_AppleMask = SkTEndian_SwapBE16(1 << 7);
63 static const SK_OT_USHORT GXMetamorphosis_AppleMask = SkTEndian_SwapBE16(1 << 8);
64 static const SK_OT_USHORT HasStrongRTL_AppleMask = SkTEndian_SwapBE16(1 << 9);
65 static const SK_OT_USHORT HasIndicStyleRearrangementMask = SkTEndian_SwapBE16(1 << 10);
[all …]
DSkOTTable_glyf.h37 { fLocaPtr.shortOffset = reinterpret_cast<const SK_OT_USHORT*>(&loca); } in Iterator()
60 const SK_OT_USHORT* shortOffset;
74 SK_OT_USHORT endPtsOfContours[1/*numberOfContours*/];
77 SK_OT_USHORT length;
94 static const SK_OT_USHORT OnCurveMask = SkTEndian_SwapBE16(1 << 0);
95 static const SK_OT_USHORT xShortVectorMask = SkTEndian_SwapBE16(1 << 1);
96 static const SK_OT_USHORT yShortVectorMask = SkTEndian_SwapBE16(1 << 2);
97 static const SK_OT_USHORT RepeatMask = SkTEndian_SwapBE16(1 << 3);
98 … static const SK_OT_USHORT xIsSame_xShortVectorPositiveMask = SkTEndian_SwapBE16(1 << 4);
99 … static const SK_OT_USHORT yIsSame_yShortVectorPositiveMask = SkTEndian_SwapBE16(1 << 5);
[all …]
DSkOTTable_OS_2_V0.h19 SK_OT_USHORT version;
22 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(0);
26 enum Value : SK_OT_USHORT {
37 SK_OT_USHORT value;
40 enum Value : SK_OT_USHORT {
76 static const SK_OT_USHORT Installable = 0;
77 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
78 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
79 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
80 SK_OT_USHORT value;
[all …]
DSkOTTable_maxp_TT.h20 SK_OT_USHORT numGlyphs;
21 SK_OT_USHORT maxPoints;
22 SK_OT_USHORT maxContours;
23 SK_OT_USHORT maxCompositePoints;
24 SK_OT_USHORT maxCompositeContours;
26 enum Value : SK_OT_USHORT {
31 SK_OT_USHORT maxTwilightPoints;
32 SK_OT_USHORT maxStorage;
33 SK_OT_USHORT maxFunctionDefs;
34 SK_OT_USHORT maxInstructionDefs;
[all …]
DSkOTTable_OS_2_VA.h20 SK_OT_USHORT version;
23 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(0);
27 enum Value : SK_OT_USHORT {
41 enum Value : SK_OT_USHORT {
78 static const SK_OT_USHORT Installable = 0;
79 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
80 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
81 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
82 SK_OT_USHORT value;
123 static const SK_OT_USHORT ItalicMask = SkOTSetUSHORTBit<0>::value;
[all …]
DSkOTTable_fvar.h23 SK_OT_USHORT majorVersion;
24 SK_OT_USHORT minorVersion;
25 SK_OT_USHORT offsetToAxesArray;
26 SK_OT_USHORT reserved;
27 SK_OT_USHORT axisCount;
28 SK_OT_USHORT axisSize; // Must be 0x0014 in v1.0
29 SK_OT_USHORT instanceCount;
30 SK_OT_USHORT instanceSize; // Must be axisCount * sizeof(Fixed) + (4 | 6)
37 SK_OT_USHORT flags; // Must be 0
38 SK_OT_USHORT axisNameID;
[all …]
DSkOTTable_gasp.h23 SK_OT_USHORT version;
24 static const SK_OT_USHORT version0 = SkTEndian_SwapBE16(0);
25 static const SK_OT_USHORT version1 = SkTEndian_SwapBE16(1);
27 SK_OT_USHORT numRanges;
30 SK_OT_USHORT maxPPEM;
55 static const SK_OT_USHORT GridfitMask = SkTEndian_SwapBE16(1 << 0);
56 static const SK_OT_USHORT DoGrayMask = SkTEndian_SwapBE16(1 << 1);
57 static const SK_OT_USHORT SymmetricGridfitMask = SkTEndian_SwapBE16(1 << 2);
58 static const SK_OT_USHORT SymmetricSmoothingMask = SkTEndian_SwapBE16(1 << 3);
59 SK_OT_USHORT value;
DSkOTTable_OS_2_V2.h19 SK_OT_USHORT version;
20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(2);
24 enum Value : SK_OT_USHORT {
35 SK_OT_USHORT value;
38 enum Value : SK_OT_USHORT {
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V4.h19 SK_OT_USHORT version;
20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(4);
24 enum Value : SK_OT_USHORT {
35 SK_OT_USHORT value;
38 enum Value : SK_OT_USHORT {
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V3.h19 SK_OT_USHORT version;
20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(3);
24 enum Value : SK_OT_USHORT {
35 SK_OT_USHORT value;
38 enum Value : SK_OT_USHORT {
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V1.h19 SK_OT_USHORT version;
20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(1);
24 enum Value : SK_OT_USHORT {
35 SK_OT_USHORT value;
38 enum Value : SK_OT_USHORT {
74 static const SK_OT_USHORT Installable = 0;
75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
78 SK_OT_USHORT value;
[all …]
DSkOTTable_name.h24 SK_OT_USHORT format;
25 static const SK_OT_USHORT format_0 = SkTEndian_SwapBE16(0);
27 static const SK_OT_USHORT format_1 = SkTEndian_SwapBE16(1);
30 SK_OT_USHORT count;
33 SK_OT_USHORT stringOffset;
38 enum Value : SK_OT_USHORT {
48 SK_OT_USHORT custom;
52 enum Value : SK_OT_USHORT {
68 enum Value : SK_OT_USHORT {
107 enum Value : SK_OT_USHORT {
[all …]
DSkOTTable_EBLC.h51 SK_OT_USHORT startGlyphIndex; //lowest glyph index for this size
52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size
86 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range
87 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive)
92 SK_OT_USHORT indexFormat; //format of this indexSubTable
93 SK_OT_USHORT imageFormat; //format of 'EBDT' image data
123 SK_OT_USHORT glyphCode;
124 SK_OT_USHORT offset; //location in EBDT

12