Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: src/core/SkScanPriv.h

Issue 692583002: WIP: GPU-accelerated trapezoidal path renderer. Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rename GrTrapezoidalPathRenderer -> GrAAConcavePathRenderer; swap MSAA support for a coverage ramp. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/SkScan.cpp ('k') | src/core/SkScan_AntiPath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkScanPriv.h
diff --git a/src/core/SkScanPriv.h b/src/core/SkScanPriv.h
index 75ceee08b4a92882b9b71ed9d15d98bd8fc9312c..8596b10edba0666f01cf3d3b2fb9f3355eb1ed5e 100644
--- a/src/core/SkScanPriv.h
+++ b/src/core/SkScanPriv.h
@@ -30,7 +30,8 @@ private:
// clipRect == null means path is entirely inside the clip
void sk_fill_path(const SkPath& path, const SkIRect* clipRect,
- SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
+ SkBlitter* blitter, SkTDArray<SkPoint>* points,
+ int start_y, int stop_y, int shiftEdgesUp,
const SkRegion& clipRgn);
// blit the rects above and below avoid, clipped to clip
« no previous file with comments | « src/core/SkScan.cpp ('k') | src/core/SkScan_AntiPath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698