Lines Matching defs:drawPath
416 this->drawPath(path, newPaint, &preMatrix, (count-1) == i);
457 device->drawPath(pointData.fFirst, newP);
459 this->drawPath(pointData.fFirst, newP);
465 device->drawPath(pointData.fLast, newP);
467 this->drawPath(pointData.fLast, newP);
529 device->drawPath(path, p, true);
531 this->drawPath(path, p, nullptr, true);
605 draw.drawPath(tmp, paint, nullptr, true);
778 // order as SkDraw::drawPath, which handles each case. It may be
805 this->drawPath(path, paint, nullptr, true);
874 void SkDraw::drawPath(const SkPath& origSrcPath, const SkPaint& origPaint,
1274 draw.drawPath(devPath, paint);