Lines Matching refs:SkTEndian_SwapBE16

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);
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);
120 ((FullyMixedDirectionalGlyphs, SkTEndian_SwapBE16(0)))
121 ((OnlyStronglyLTR, SkTEndian_SwapBE16(1)))
122 ((StronglyLTR, SkTEndian_SwapBE16(2)))
123 ((OnlyStronglyRTL, static_cast<SK_OT_SHORT>(SkTEndian_SwapBE16((uint16_t)-1))))
124 ((StronglyRTL, static_cast<SK_OT_SHORT>(SkTEndian_SwapBE16((uint16_t)-2))))
130 ((ShortOffsets, SkTEndian_SwapBE16(0)))
131 ((LongOffsets, SkTEndian_SwapBE16(1)))
137 ((CurrentFormat, SkTEndian_SwapBE16(0)))