Home
last modified time | relevance | path

Searched refs:BIT24 (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_style.h32 // BIT16 and BIT24 used to shift operation.
34 constexpr static int BIT24 = 24; member
73 (TPin<int>(slant, UPRIGHT_SLANT, OBLIQUE_SLANT) << BIT24)) {} in FontStyle()
84 Slant GetSlant() const { return (Slant)((fValue >> BIT24) & 0xFF); } in GetSlant()

Completed in 2 milliseconds