Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_style.h49 EXTRA_BLACK_WEIGHT = 1000, enumerator
71 (TPin<int>(weight, INVISIBLE_WEIGHT, EXTRA_BLACK_WEIGHT)) + in FontStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp283 if (weight > Drawing::FontStyle::EXTRA_BLACK_WEIGHT) { in WeightAlignment()
284 return Drawing::FontStyle::EXTRA_BLACK_WEIGHT; in WeightAlignment()
301 Drawing::FontStyle::EXTRA_BLACK_WEIGHT in WeightAlignment()
320 constexpr int kWeightDiffThreshold = Drawing::FontStyle::EXTRA_BLACK_WEIGHT / 2; in WeightAlignment()