diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-16 14:49:14 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-16 14:49:14 +0000 |
commit | fa1d29112d44d0728cd10e2ff1f8982240303272 (patch) | |
tree | bb1d4b98f1ce03d3b61e1e3e7c930cd3ab97975f /include/gpu/GrClipIterator.h | |
parent | d0b95896d66422444f787825cf78d384b8643d4d (diff) |
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping)
http://codereview.appspot.com/6038051/
git-svn-id: http://skia.googlecode.com/svn/trunk@3685 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu/GrClipIterator.h')
-rw-r--r-- | include/gpu/GrClipIterator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gpu/GrClipIterator.h b/include/gpu/GrClipIterator.h index 4a5cc7135f..a540bb4251 100644 --- a/include/gpu/GrClipIterator.h +++ b/include/gpu/GrClipIterator.h @@ -61,6 +61,11 @@ public: virtual GrSetOp getOp() const = 0; /** + * Gets anti-aliasing setting desired for the current clip + */ + virtual bool getDoAA() const = 0; + + /** * Call to move to the next element in the list, previous path iter can be * made invalid. */ |