Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_style.h24 static constexpr const T& TPin(const T& x, const T& lo, const T& hi) in TPin() function
71 (TPin<int>(weight, INVISIBLE_WEIGHT, EXTRA_BLACK_WEIGHT)) + in FontStyle()
72 (TPin<int>(width, ULTRA_CONDENSED_WIDTH, ULTRA_EXPANDED_WIDTH) << BIT16) + in FontStyle()
73 (TPin<int>(slant, UPRIGHT_SLANT, OBLIQUE_SLANT) << BIT24)) {} in FontStyle()