Lines Matching refs:style1
7143 TextStyle style1(style);
7144 style1.setDecoration(TextDecoration::kOverline);
7145 style1.setDecorationColor(SK_ColorBLACK);
7164 style1.setDecorationStyle(TextDecorationStyle::kWavy);
7165 style1.setForegroundColor(SkPaint(SkColors::kBlue));
7166 style1.setBackgroundColor(SkPaint(SkColors::kYellow));
7167 builder.pushStyle(style1);
7176 style1.setDecorationStyle(TextDecorationStyle::kDotted);
7177 style1.setForegroundColor(SkPaint(SkColors::kBlack));
7178 style1.setBackgroundColor(SkPaint(SkColors::kMagenta));
7179 builder.pushStyle(style1);
7188 style1.setDecorationStyle(TextDecorationStyle::kDouble);
7189 style1.setForegroundColor(SkPaint(SkColors::kBlue));
7190 style1.setBackgroundColor(SkPaint(SkColors::kCyan));
7191 builder.pushStyle(style1);