Home
last modified time | relevance | path

Searched refs:BIT16 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_style.h33 constexpr static int BIT16 = 16; variable
72 (TPin<int>(width, ULTRA_CONDENSED_WIDTH, ULTRA_EXPANDED_WIDTH) << BIT16) + in FontStyle()
83 int GetWidth() const { return (fValue >> BIT16) & 0xFF; } in GetWidth()