Lines Matching defs:SkPaint
79 SkBaseDevice* Device::onCreateDevice(const CreateInfo& info, const SkPaint*) {
145 void Device::drawPaint(const SkPaint& paint) {
167 void Device::drawRect(const SkRect& r, const SkPaint& paint) {
171 void Device::drawOval(const SkRect& oval, const SkPaint& paint) {
177 void Device::drawRRect(const SkRRect& rr, const SkPaint& paint) {
181 void Device::drawPath(const SkPath& path, const SkPaint& paint, bool pathIsMutable) {
188 const SkPoint* points, const SkPaint& paint) {
197 if (paint.getStrokeCap() == SkPaint::kRound_Cap) {
205 SkStrokeRec stroke(paint, SkPaint::kStroke_Style);
214 const SkPaint& paint,