Searched refs:BIT24 (Results 1 – 1 of 1) sorted by relevance
34 constexpr static int BIT24 = 24; variable73 (TPin<int>(slant, UPRIGHT_SLANT, OBLIQUE_SLANT) << BIT24)) {} in FontStyle()84 Slant GetSlant() const { return (Slant)((fValue >> BIT24) & 0xFF); } in GetSlant()