Home
last modified time | relevance | path

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

/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp305 constexpr int SLANT_RANGE = 3; in getFontStyleDifference() local
306 int diffSlantValue[SLANT_RANGE][SLANT_RANGE] = { in getFontStyleDifference()
311 if (dstStyle.slant() < 0 || dstStyle.slant() >= SLANT_RANGE || in getFontStyleDifference()
312 srcStyle.slant() < 0 || srcStyle.slant() >= SLANT_RANGE) { in getFontStyleDifference()

Completed in 3 milliseconds