Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_style.h70 constexpr FontStyle(int weight, int width, Slant slant) : fValue( in FontStyle()
79 return fValue == rhs.fValue; in operator ==()
82 int GetWeight() const { return fValue & 0xFFFF; } in GetWeight()
83 int GetWidth() const { return (fValue >> BIT16) & 0xFF; } in GetWidth()
84 Slant GetSlant() const { return (Slant)((fValue >> BIT24) & 0xFF); } in GetSlant()
87 uint32_t fValue; member in OHOS::Rosen::Drawing::FontStyle

Completed in 1 milliseconds