Lines Matching defs:devPath
808 void SkDraw::drawDevPath(const SkPath& devPath, const SkPaint& paint, bool drawCoverage,
810 if (SkPathPriv::TooBigForMath(devPath)) {
825 ->filterPath(devPath, fMatrixProvider->localToDevice(), *fRC, blitter, style)) {
871 proc(devPath, *fRC, blitter);
1245 static void draw_into_mask(const SkMask& mask, const SkPath& devPath,
1274 draw.drawPath(devPath, paint);
1277 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
1281 if (devPath.isEmpty()) {
1286 if (!ComputeMaskBounds(devPath.getBounds(), clipBounds, filter,
1303 draw_into_mask(*mask, devPath, style);