Lines Matching refs:TextStyle
4 #include "modules/skparagraph/include/TextStyle.h"
10 const std::vector<SkString>* TextStyle::kDefaultFontFamilies =
13 TextStyle TextStyle::cloneForPlaceholder() {
14 TextStyle result;
34 bool TextStyle::equals(const TextStyle& other) const {
108 bool TextStyle::equalsByFonts(const TextStyle& that) const {
125 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const {
178 void TextStyle::getFontMetrics(SkFontMetrics* metrics) const {
180 void TextStyle::getFontMetrics(RSFontMetrics* metrics) const {
224 void TextStyle::setFontArguments(const std::optional<SkFontArguments>& args) {