Home
last modified time | relevance | path

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

/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp296 constexpr int kWidthDiffThreshold = 9 / 2 + 1; in getFontStyleDifference() local
299 : (srcWidth - dstWidth + kWidthDiffThreshold); in getFontStyleDifference()
302 : (dstWidth - srcWidth + kWidthDiffThreshold); in getFontStyleDifference()

Completed in 3 milliseconds