Home
last modified time | relevance | path

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

/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_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_glyf.h79 SK_OT_USHORT endPtsOfContours[1/*numberOfContours*/];
82 SK_OT_USHORT length;
99 static const SK_OT_USHORT OnCurveMask = SkTEndian_SwapBE16(1 << 0);
100 static const SK_OT_USHORT xShortVectorMask = SkTEndian_SwapBE16(1 << 1);
101 static const SK_OT_USHORT yShortVectorMask = SkTEndian_SwapBE16(1 << 2);
102 static const SK_OT_USHORT RepeatMask = SkTEndian_SwapBE16(1 << 3);
103 … static const SK_OT_USHORT xIsSame_xShortVectorPositiveMask = SkTEndian_SwapBE16(1 << 4);
104 … static const SK_OT_USHORT yIsSame_yShortVectorPositiveMask = SkTEndian_SwapBE16(1 << 5);
139 … static const SK_OT_USHORT ARG_1_AND_2_ARE_WORDS_Mask = SkTEndian_SwapBE16(1 << 0);
140 static const SK_OT_USHORT ARGS_ARE_XY_VALUES_Mask = SkTEndian_SwapBE16(1 << 1);
[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
DSkOTUtils.h48 SK_OT_USHORT types[], in LocalizedStrings_NameTable()
60 SK_OT_USHORT types[],
70 static SK_OT_USHORT familyNameTypes[3];
72 SK_OT_USHORT* fTypes;
DSkOTTable_EBDT.h87 SK_OT_USHORT glyphCode; // Component glyph code
95 SK_OT_USHORT numComponents; // Number of components
101 SK_OT_USHORT numComponents; // Number of components
DSkOTUtils.cpp78 + (fontNameLen * sizeof(SK_OT_USHORT)); in RenameFont()
136 nameRecord->length = SkEndian_SwapBE16(SkToU16(fontNameLen * sizeof(SK_OT_USHORT))); in RenameFont()
141SK_OT_USHORT* nameString = reinterpret_cast<SK_OT_USHORT*>(data + originalDataSize + stringOffset); in RenameFont()
171 SK_OT_USHORT types[], in Make()
213 SK_OT_USHORT SkOTUtils::LocalizedStrings_NameTable::familyNameTypes[3] = {
DSkOTTableTypes.h22 typedef uint16_t SK_OT_USHORT; typedef
52 static const SK_OT_USHORT value = SkTEndian_SwapBE16(bit);
DSkOTTable_maxp_CFF.h20 SK_OT_USHORT numGlyphs;
DSkOTTable_loca.h24 SK_OT_USHORT shortOffset[1];
DSkOTTable_hmtx.h24 SK_OT_USHORT advanceWidth;
DSkOTTable_OS_2.h28 SK_OT_USHORT version;
DSkOTTable_hhea.h44 SK_OT_USHORT numberOfHMetrics;
/external/skia/tools/viewer/
DSBIXSlide.cpp249 SK_OT_USHORT* endPtsOfContours = SkTAfter<SK_OT_USHORT>(glyphData); in updateSBIXData()
250 SK_OT_USHORT* numInstructions = SkTAfter<SK_OT_USHORT>(endPtsOfContours, in updateSBIXData()