Lines Matching defs:textStyle
438 void OneLineShaper::matchResolvedFonts(const TextStyle& textStyle,
444 std::vector<sk_sp<SkTypeface>> typefaces = fParagraph->fFontCollection->findTypefaces(textStyle.getFontFamilies(), textStyle.getFontStyle(), textStyle.getFontArguments());
447 textStyle.getFontFamilies(), textStyle.getFontStyle(), textStyle.getFontArguments());
495 FontKey fontKey(unicode, textStyle.getFontStyle(), textStyle.getLocale());
506 unicode, textStyle.getFontStyle(), textStyle.getLocale());
531 if (typeface && textStyle.getFontArguments()) {
532 typeface = fParagraph->fFontCollection->CloneTypeface(typeface, textStyle.getFontArguments());