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

Unified Diff: src/core/SkScan.cpp

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.h ('k') | src/core/SkScanPriv.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkScan.cpp
diff --git a/src/core/SkScan.cpp b/src/core/SkScan.cpp
index b21dd6bf9c6822f4b03abcb17d66a8fd780a4a0b..323310f5e1a7987fc5023f331d0b9131e0b43f32 100644
--- a/src/core/SkScan.cpp
+++ b/src/core/SkScan.cpp
@@ -11,6 +11,8 @@
#include "SkBlitter.h"
#include "SkRasterClip.h"
+bool SkScan::gWireframe = false;
+
static inline void blitrect(SkBlitter* blitter, const SkIRect& r) {
blitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
}
« no previous file with comments | « src/core/SkScan.h ('k') | src/core/SkScanPriv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698