Home
last modified time | relevance | path

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

/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp324 constexpr int kWeightDiffThreshold = 1000 / 2; in getFontStyleDifference() local
330 : (srcWeight - dstWeight + kWeightDiffThreshold); in getFontStyleDifference()
333 : (dstWeight - srcWeight + kWeightDiffThreshold); in getFontStyleDifference()

Completed in 2 milliseconds