Home | History | Annotate | Download | only in core

Lines Matching refs:newPaint

585                 SkPaint newPaint(paint);
586 newPaint.setStyle(SkPaint::kFill_Style);
588 SkScalar width = newPaint.getStrokeWidth();
591 if (newPaint.getStrokeCap() == SkPaint::kRound_Cap) {
601 fDevice->drawPath(*this, path, newPaint, &preMatrix,
604 this->drawPath(path, newPaint, &preMatrix,
617 fDevice->drawRect(*this, r, newPaint);
619 this->drawRect(r, newPaint);