Home
last modified time | relevance | path

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

12

/external/skia/src/sfnt/
DSkOTTable_head.h55 static const SK_OT_USHORT BaselineAtY0Mask = SkTEndian_SwapBE16(1 << 0);
56 static const SK_OT_USHORT LeftSidebearingAtX0Mask = SkTEndian_SwapBE16(1 << 1);
57 … static const SK_OT_USHORT InstructionsDependOnPointSizeMask = SkTEndian_SwapBE16(1 << 2);
58 static const SK_OT_USHORT IntegerScalingMask = SkTEndian_SwapBE16(1 << 3);
59 … static const SK_OT_USHORT InstructionsAlterAdvanceWidthMask = SkTEndian_SwapBE16(1 << 4);
60 static const SK_OT_USHORT VerticalCenteredGlyphs_AppleMask = SkTEndian_SwapBE16(1 << 5);
62 static const SK_OT_USHORT RequiresLayout_AppleMask = SkTEndian_SwapBE16(1 << 7);
64 static const SK_OT_USHORT GXMetamorphosis_AppleMask = SkTEndian_SwapBE16(1 << 8);
65 static const SK_OT_USHORT HasStrongRTL_AppleMask = SkTEndian_SwapBE16(1 << 9);
66 static const SK_OT_USHORT HasIndicStyleRearrangementMask = SkTEndian_SwapBE16(1 << 10);
[all …]
DSkOTTable_glyf.h38 { fLocaPtr.shortOffset = reinterpret_cast<const SK_OT_USHORT*>(&loca); } in Iterator()
61 const SK_OT_USHORT* shortOffset;
75 SK_OT_USHORT endPtsOfContours[1/*numberOfContours*/];
78 SK_OT_USHORT length;
95 static const SK_OT_USHORT OnCurveMask = SkTEndian_SwapBE16(1 << 0);
96 static const SK_OT_USHORT xShortVectorMask = SkTEndian_SwapBE16(1 << 1);
97 static const SK_OT_USHORT yShortVectorMask = SkTEndian_SwapBE16(1 << 2);
98 static const SK_OT_USHORT RepeatMask = SkTEndian_SwapBE16(1 << 3);
99 … static const SK_OT_USHORT xIsSame_xShortVectorPositiveMask = SkTEndian_SwapBE16(1 << 4);
100 … static const SK_OT_USHORT yIsSame_yShortVectorPositiveMask = SkTEndian_SwapBE16(1 << 5);
[all …]
DSkOTTable_OS_2_V0.h20 SK_OT_USHORT version;
23 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(0);
27 SK_TYPED_ENUM(Value, SK_OT_USHORT,
39 SK_OT_USHORT value;
42 SK_TYPED_ENUM(Value, SK_OT_USHORT,
79 static const SK_OT_USHORT Installable = 0;
80 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
81 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
82 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
83 SK_OT_USHORT value;
[all …]
DSkOTTable_OS_2_VA.h21 SK_OT_USHORT version;
24 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(0);
28 SK_TYPED_ENUM(Value, SK_OT_USHORT,
42 SK_TYPED_ENUM(Value, SK_OT_USHORT,
79 static const SK_OT_USHORT Installable = 0;
80 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
81 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
82 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
83 SK_OT_USHORT value;
124 static const SK_OT_USHORT ItalicMask = SkOTSetUSHORTBit<0>::value;
[all …]
DSkOTTable_maxp_TT.h21 SK_OT_USHORT numGlyphs;
22 SK_OT_USHORT maxPoints;
23 SK_OT_USHORT maxContours;
24 SK_OT_USHORT maxCompositePoints;
25 SK_OT_USHORT maxCompositeContours;
33 SK_OT_USHORT maxTwilightPoints;
34 SK_OT_USHORT maxStorage;
35 SK_OT_USHORT maxFunctionDefs;
36 SK_OT_USHORT maxInstructionDefs;
37 SK_OT_USHORT maxStackElements;
[all …]
DSkOTTable_gasp.h24 SK_OT_USHORT version;
25 static const SK_OT_USHORT version0 = SkTEndian_SwapBE16(0);
26 static const SK_OT_USHORT version1 = SkTEndian_SwapBE16(1);
28 SK_OT_USHORT numRanges;
31 SK_OT_USHORT maxPPEM;
56 static const SK_OT_USHORT GridfitMask = SkTEndian_SwapBE16(1 << 0);
57 static const SK_OT_USHORT DoGrayMask = SkTEndian_SwapBE16(1 << 1);
58 static const SK_OT_USHORT SymmetricGridfitMask = SkTEndian_SwapBE16(1 << 2);
59 static const SK_OT_USHORT SymmetricSmoothingMask = SkTEndian_SwapBE16(1 << 3);
60 SK_OT_USHORT value;
DSkOTTable_OS_2_V2.h20 SK_OT_USHORT version;
21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(2);
25 SK_TYPED_ENUM(Value, SK_OT_USHORT,
37 SK_OT_USHORT value;
40 SK_TYPED_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 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V3.h20 SK_OT_USHORT version;
21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(3);
25 SK_TYPED_ENUM(Value, SK_OT_USHORT,
37 SK_OT_USHORT value;
40 SK_TYPED_ENUM(Value, SK_OT_USHORT,
77 static const SK_OT_USHORT Installable = 0;
78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
81 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V4.h20 SK_OT_USHORT version;
21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(4);
25 SK_TYPED_ENUM(Value, SK_OT_USHORT,
37 SK_OT_USHORT value;
40 SK_TYPED_ENUM(Value, SK_OT_USHORT,
77 static const SK_OT_USHORT Installable = 0;
78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
81 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V1.h20 SK_OT_USHORT version;
21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(1);
25 SK_TYPED_ENUM(Value, SK_OT_USHORT,
37 SK_OT_USHORT value;
40 SK_TYPED_ENUM(Value, SK_OT_USHORT,
77 static const SK_OT_USHORT Installable = 0;
78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
81 SK_OT_USHORT value;
[all …]
DSkOTTable_EBLC.h52 SK_OT_USHORT startGlyphIndex; //lowest glyph index for this size
53 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size
88 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range
89 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive)
94 SK_OT_USHORT indexFormat; //format of this indexSubTable
95 SK_OT_USHORT imageFormat; //format of 'EBDT' image data
125 SK_OT_USHORT glyphCode;
126 SK_OT_USHORT offset; //location in EBDT
DSkOTTable_name.h25 SK_OT_USHORT format;
26 static const SK_OT_USHORT format_0 = SkTEndian_SwapBE16(0);
28 static const SK_OT_USHORT format_1 = SkTEndian_SwapBE16(1);
31 SK_OT_USHORT count;
34 SK_OT_USHORT stringOffset;
39 SK_TYPED_ENUM(Value, SK_OT_USHORT,
50 SK_OT_USHORT custom;
54 SK_TYPED_ENUM(Value, SK_OT_USHORT,
71 SK_TYPED_ENUM(Value, SK_OT_USHORT,
111 SK_TYPED_ENUM(Value, SK_OT_USHORT,
[all …]
/external/chromium_org/third_party/skia/src/sfnt/
DSkOTTable_head.h55 static const SK_OT_USHORT BaselineAtY0Mask = SkTEndian_SwapBE16(1 << 0);
56 static const SK_OT_USHORT LeftSidebearingAtX0Mask = SkTEndian_SwapBE16(1 << 1);
57 … static const SK_OT_USHORT InstructionsDependOnPointSizeMask = SkTEndian_SwapBE16(1 << 2);
58 static const SK_OT_USHORT IntegerScalingMask = SkTEndian_SwapBE16(1 << 3);
59 … static const SK_OT_USHORT InstructionsAlterAdvanceWidthMask = SkTEndian_SwapBE16(1 << 4);
60 static const SK_OT_USHORT VerticalCenteredGlyphs_AppleMask = SkTEndian_SwapBE16(1 << 5);
62 static const SK_OT_USHORT RequiresLayout_AppleMask = SkTEndian_SwapBE16(1 << 7);
64 static const SK_OT_USHORT GXMetamorphosis_AppleMask = SkTEndian_SwapBE16(1 << 8);
65 static const SK_OT_USHORT HasStrongRTL_AppleMask = SkTEndian_SwapBE16(1 << 9);
66 static const SK_OT_USHORT HasIndicStyleRearrangementMask = SkTEndian_SwapBE16(1 << 10);
[all …]
DSkOTTable_glyf.h38 { fLocaPtr.shortOffset = reinterpret_cast<const SK_OT_USHORT*>(&loca); } in Iterator()
61 const SK_OT_USHORT* shortOffset;
75 SK_OT_USHORT endPtsOfContours[1/*numberOfContours*/];
78 SK_OT_USHORT length;
95 static const SK_OT_USHORT OnCurveMask = SkTEndian_SwapBE16(1 << 0);
96 static const SK_OT_USHORT xShortVectorMask = SkTEndian_SwapBE16(1 << 1);
97 static const SK_OT_USHORT yShortVectorMask = SkTEndian_SwapBE16(1 << 2);
98 static const SK_OT_USHORT RepeatMask = SkTEndian_SwapBE16(1 << 3);
99 … static const SK_OT_USHORT xIsSame_xShortVectorPositiveMask = SkTEndian_SwapBE16(1 << 4);
100 … static const SK_OT_USHORT yIsSame_yShortVectorPositiveMask = SkTEndian_SwapBE16(1 << 5);
[all …]
DSkOTTable_OS_2_V0.h20 SK_OT_USHORT version;
23 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(0);
27 SK_TYPED_ENUM(Value, SK_OT_USHORT,
39 SK_OT_USHORT value;
42 SK_TYPED_ENUM(Value, SK_OT_USHORT,
79 static const SK_OT_USHORT Installable = 0;
80 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
81 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
82 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
83 SK_OT_USHORT value;
[all …]
DSkOTTable_OS_2_VA.h21 SK_OT_USHORT version;
24 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(0);
28 SK_TYPED_ENUM(Value, SK_OT_USHORT,
42 SK_TYPED_ENUM(Value, SK_OT_USHORT,
79 static const SK_OT_USHORT Installable = 0;
80 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
81 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
82 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
83 SK_OT_USHORT value;
124 static const SK_OT_USHORT ItalicMask = SkOTSetUSHORTBit<0>::value;
[all …]
DSkOTTable_maxp_TT.h21 SK_OT_USHORT numGlyphs;
22 SK_OT_USHORT maxPoints;
23 SK_OT_USHORT maxContours;
24 SK_OT_USHORT maxCompositePoints;
25 SK_OT_USHORT maxCompositeContours;
33 SK_OT_USHORT maxTwilightPoints;
34 SK_OT_USHORT maxStorage;
35 SK_OT_USHORT maxFunctionDefs;
36 SK_OT_USHORT maxInstructionDefs;
37 SK_OT_USHORT maxStackElements;
[all …]
DSkOTTable_gasp.h24 SK_OT_USHORT version;
25 static const SK_OT_USHORT version0 = SkTEndian_SwapBE16(0);
26 static const SK_OT_USHORT version1 = SkTEndian_SwapBE16(1);
28 SK_OT_USHORT numRanges;
31 SK_OT_USHORT maxPPEM;
56 static const SK_OT_USHORT GridfitMask = SkTEndian_SwapBE16(1 << 0);
57 static const SK_OT_USHORT DoGrayMask = SkTEndian_SwapBE16(1 << 1);
58 static const SK_OT_USHORT SymmetricGridfitMask = SkTEndian_SwapBE16(1 << 2);
59 static const SK_OT_USHORT SymmetricSmoothingMask = SkTEndian_SwapBE16(1 << 3);
60 SK_OT_USHORT value;
DSkOTTable_OS_2_V2.h20 SK_OT_USHORT version;
21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(2);
25 SK_TYPED_ENUM(Value, SK_OT_USHORT,
37 SK_OT_USHORT value;
40 SK_TYPED_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 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V3.h20 SK_OT_USHORT version;
21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(3);
25 SK_TYPED_ENUM(Value, SK_OT_USHORT,
37 SK_OT_USHORT value;
40 SK_TYPED_ENUM(Value, SK_OT_USHORT,
77 static const SK_OT_USHORT Installable = 0;
78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
81 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V4.h20 SK_OT_USHORT version;
21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(4);
25 SK_TYPED_ENUM(Value, SK_OT_USHORT,
37 SK_OT_USHORT value;
40 SK_TYPED_ENUM(Value, SK_OT_USHORT,
77 static const SK_OT_USHORT Installable = 0;
78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
81 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value;
[all …]
DSkOTTable_OS_2_V1.h20 SK_OT_USHORT version;
21 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(1);
25 SK_TYPED_ENUM(Value, SK_OT_USHORT,
37 SK_OT_USHORT value;
40 SK_TYPED_ENUM(Value, SK_OT_USHORT,
77 static const SK_OT_USHORT Installable = 0;
78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value;
79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value;
80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value;
81 SK_OT_USHORT value;
[all …]
DSkOTTable_EBLC.h52 SK_OT_USHORT startGlyphIndex; //lowest glyph index for this size
53 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size
88 SK_OT_USHORT firstGlyphIndex; //first glyph code of this range
89 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive)
94 SK_OT_USHORT indexFormat; //format of this indexSubTable
95 SK_OT_USHORT imageFormat; //format of 'EBDT' image data
125 SK_OT_USHORT glyphCode;
126 SK_OT_USHORT offset; //location in EBDT
DSkOTTable_name.h25 SK_OT_USHORT format;
26 static const SK_OT_USHORT format_0 = SkTEndian_SwapBE16(0);
28 static const SK_OT_USHORT format_1 = SkTEndian_SwapBE16(1);
31 SK_OT_USHORT count;
34 SK_OT_USHORT stringOffset;
39 SK_TYPED_ENUM(Value, SK_OT_USHORT,
50 SK_OT_USHORT custom;
54 SK_TYPED_ENUM(Value, SK_OT_USHORT,
71 SK_TYPED_ENUM(Value, SK_OT_USHORT,
111 SK_TYPED_ENUM(Value, SK_OT_USHORT,
[all …]
DSkOTTable_EBDT.h88 SK_OT_USHORT glyphCode; // Component glyph code
96 SK_OT_USHORT numComponents; // Number of components
102 SK_OT_USHORT numComponents; // Number of components

12