Lines Matching refs:SkTEndian_SwapBE16
54 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);
66 … static const SK_OT_USHORT AgfaMicroTypeExpressProcessedMask = SkTEndian_SwapBE16(1 << 11);
67 static const SK_OT_USHORT FontConvertedMask = SkTEndian_SwapBE16(1 << 12);
68 static const SK_OT_USHORT DesignedForClearTypeMask = SkTEndian_SwapBE16(1 << 13);
69 static const SK_OT_USHORT LastResortMask = SkTEndian_SwapBE16(1 << 14);
105 static const SK_OT_USHORT BoldMask = SkTEndian_SwapBE16(1);
106 static const SK_OT_USHORT ItalicMask = SkTEndian_SwapBE16(1 << 1);
107 static const SK_OT_USHORT UnderlineMask = SkTEndian_SwapBE16(1 << 2);
108 static const SK_OT_USHORT OutlineMask = SkTEndian_SwapBE16(1 << 3);
109 static const SK_OT_USHORT ShadowMask = SkTEndian_SwapBE16(1 << 4);
110 static const SK_OT_USHORT CondensedMask = SkTEndian_SwapBE16(1 << 5);
111 static const SK_OT_USHORT ExtendedMask = SkTEndian_SwapBE16(1 << 6);
119 FullyMixedDirectionalGlyphs = SkTEndian_SwapBE16(0),
120 OnlyStronglyLTR = SkTEndian_SwapBE16(1),
121 StronglyLTR = SkTEndian_SwapBE16(2),
122 OnlyStronglyRTL = static_cast<SK_OT_SHORT>(SkTEndian_SwapBE16((uint16_t)-1)),
123 StronglyRTL = static_cast<SK_OT_SHORT>(SkTEndian_SwapBE16((uint16_t)-2)),
128 ShortOffsets = SkTEndian_SwapBE16(0),
129 LongOffsets = SkTEndian_SwapBE16(1),
134 CurrentFormat = SkTEndian_SwapBE16(0),