Lines Matching refs:SK_OT_USHORT
55 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);
67 static const SK_OT_USHORT AgfaMicroTypeExpressProcessedMask = SkTEndian_SwapBE16(1 << 11);
68 static const SK_OT_USHORT FontConvertedMask = SkTEndian_SwapBE16(1 << 12);
69 static const SK_OT_USHORT DesignedForClearTypeMask = SkTEndian_SwapBE16(1 << 13);
70 static const SK_OT_USHORT LastResortMask = SkTEndian_SwapBE16(1 << 14);
72 SK_OT_USHORT value;
75 SK_OT_USHORT unitsPerEm;
106 static const SK_OT_USHORT BoldMask = SkTEndian_SwapBE16(1);
107 static const SK_OT_USHORT ItalicMask = SkTEndian_SwapBE16(1 << 1);
108 static const SK_OT_USHORT UnderlineMask = SkTEndian_SwapBE16(1 << 2);
109 static const SK_OT_USHORT OutlineMask = SkTEndian_SwapBE16(1 << 3);
110 static const SK_OT_USHORT ShadowMask = SkTEndian_SwapBE16(1 << 4);
111 static const SK_OT_USHORT CondensedMask = SkTEndian_SwapBE16(1 << 5);
112 static const SK_OT_USHORT ExtendedMask = SkTEndian_SwapBE16(1 << 6);
114 SK_OT_USHORT value;
117 SK_OT_USHORT lowestRecPPEM;