Searched refs:dstStyle (Results 1 – 2 of 2) sorted by relevance
241 uint32_t FontConfig_OHOS::getFontStyleDifference(const SkFontStyle& dstStyle, in getFontStyleDifference() argument245 int dstWidth = dstStyle.width(); in getFontStyleDifference()273 uint32_t slantDiff = diffSlantValue[dstStyle.slant()][srcStyle.slant()]; in getFontStyleDifference()275 int dstWeight = dstStyle.weight(); in getFontStyleDifference()
76026 + * \param dstStyle the style to be matching76030 +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();