Home | History | Annotate | Download | only in core

Lines Matching refs:newPaint

646                 SkPaint newPaint(paint);
647 newPaint.setStyle(SkPaint::kFill_Style);
649 SkScalar width = newPaint.getStrokeWidth();
652 if (newPaint.getStrokeCap() == SkPaint::kRound_Cap) {
662 fDevice->drawPath(*this, path, newPaint, &preMatrix,
665 this->drawPath(path, newPaint, &preMatrix,
678 fDevice->drawRect(*this, r, newPaint);
680 this->drawRect(r, newPaint);