Lines Matching defs:textStyle
1127 TextStyle textStyle = fOwner->paragraphStyle().getTextStyle();
1131 textStyle = block.fStyle;
1134 textStyle = block.fStyle;
1146 SkFont font(typeface, textStyle.getFontSize());
1151 RSFont font(typeface, textStyle.getFontSize(), 1, 0);
1180 textStyle.getFontFamilies(), textStyle.getFontStyle(), textStyle.getFontArguments());
1194 unicode, textStyle.getFontStyle(), textStyle.getLocale());
1196 if (textStyle.getFontArguments()) {
1197 typeface = fOwner->fontCollection()->CloneTypeface(typeface, textStyle.getFontArguments());