Lines Matching refs:paint
22 // Some ops have a paint, some have an optional paint. Either way, get back a pointer.
28 void checkPaint(const SkPaint* paint) {
29 if (paint && paint->getPathEffect()) {
36 this->checkPaint(&op.paint);
37 const SkPathEffect* effect = op.paint.getPathEffect();
41 if (2 == op.count && SkPaint::kRound_Cap != op.paint.getStrokeCap() &&
49 this->checkPaint(&op.paint);
50 if (op.paint.isAntiAlias() && !op.path.isConvex()) {
51 SkPaint::Style paintStyle = op.paint.getStyle();
54 0 == op.paint.getStrokeWidth()) {
73 this->checkPaint(AsPtr(op.paint));
78 this->checkPaint(AsPtr(op.paint));