Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp320 constexpr int kWeightDiffThreshold = Drawing::FontStyle::EXTRA_BLACK_WEIGHT / 2; in WeightAlignment() local
326 static_cast<uint32_t>(item - weight + kWeightDiffThreshold); in WeightAlignment()
329 static_cast<uint32_t>(weight - item + kWeightDiffThreshold); in WeightAlignment()