Home | History | Annotate | Download | only in sfnt

Lines Matching refs:SK_OT_USHORT

20     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 = SkTEndian_SwapBE16(0);
80 static const SK_OT_USHORT RestrictedMask = SkTEndian_SwapBE16(1 << 1);
81 static const SK_OT_USHORT PreviewPrintMask = SkTEndian_SwapBE16(1 << 2);
82 static const SK_OT_USHORT EditableMask = SkTEndian_SwapBE16(1 << 3);
83 SK_OT_USHORT value;
124 static const SK_OT_USHORT ItalicMask = SkTEndian_SwapBE16(1 << 0);
125 static const SK_OT_USHORT UnderscoreMask = SkTEndian_SwapBE16(1 << 1);
126 static const SK_OT_USHORT NegativeMask = SkTEndian_SwapBE16(1 << 2);
127 static const SK_OT_USHORT OutlinedMask = SkTEndian_SwapBE16(1 << 3);
128 static const SK_OT_USHORT StrikeoutMask = SkTEndian_SwapBE16(1 << 4);
129 static const SK_OT_USHORT BoldMask = SkTEndian_SwapBE16(1 << 5);
130 static const SK_OT_USHORT RegularMask = SkTEndian_SwapBE16(1 << 6);
131 SK_OT_USHORT value;
134 SK_OT_USHORT usFirstCharIndex;
135 SK_OT_USHORT usLastCharIndex;
140 SK_OT_USHORT usWinAscent;
141 SK_OT_USHORT usWinDescent;