Lines Matching refs:textStyle
894 TextStyle textStyle = paragraphStyle().getTextStyle(); in computeEmptyMetrics() local
896 textStyle = fTextStyles.back().fStyle; in computeEmptyMetrics()
900 textStyle.getFontFamilies(), textStyle.getFontStyle()); in computeEmptyMetrics()
903 SkFont font(typeface, textStyle.getFontSize()); in computeEmptyMetrics()
907 textStyle.getHeightOverride()) { in computeEmptyMetrics()
909 const auto strutHeight = textStyle.getHeight() * textStyle.getFontSize(); in computeEmptyMetrics()
967 for (auto& textStyle : fTextStyles) { in updateFontSize() local
968 textStyle.fStyle.setFontSize(fontSize); in updateFontSize()
990 for (auto& textStyle : fTextStyles) { in updateForegroundPaint() local
991 textStyle.fStyle.setForegroundColor(paint); in updateForegroundPaint()
1001 for (auto& textStyle : fTextStyles) { in updateBackgroundPaint() local
1002 textStyle.fStyle.setBackgroundColor(paint); in updateBackgroundPaint()