Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/ports/skia_ohos/
DFontConfig_ohos.cpp241 uint32_t FontConfig_OHOS::getFontStyleDifference(const SkFontStyle& dstStyle, in getFontStyleDifference() argument
245 int dstWidth = dstStyle.width(); in getFontStyleDifference()
273 uint32_t slantDiff = diffSlantValue[dstStyle.slant()][srcStyle.slant()]; in getFontStyleDifference()
275 int dstWeight = dstStyle.weight(); in getFontStyleDifference()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch76026 + * \param dstStyle the style to be matching
76030 +uint32_t FontConfig_OHOS::getFontStyleDifference(const SkFontStyle& dstStyle,
76034 + int dstWidth = dstStyle.width();
76062 + uint32_t slantDiff = diffSlantValue[dstStyle.slant()][srcStyle.slant()];
76064 + int dstWeight = dstStyle.weight();