index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkClipStack.cpp
Commit message (
Expand
)
Author
Age
*
Replace GrClip with SkClipStack
robertphillips@google.com
2012-07-31
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
robertphillips@google.com
2012-07-31
*
Added ctor to SkClipStack and isEmpty method
robertphillips@google.com
2012-07-26
*
Added isIntersectionOfRects to SkClipStack
robertphillips@google.com
2012-07-24
*
Added bound computation to SkClipStack
robertphillips@google.com
2012-07-24
*
Gave GrClip an SkClipStack-style iterator
robertphillips@google.com
2012-07-23
*
Made clarifying renamings to SkClipStack's iterators (and added to unit test)
robertphillips@google.com
2012-07-20
*
Add skipToLast method to SkClipStack
robertphillips@google.com
2012-07-18
*
Extended SkDeque's reverse iteration capability to SkClipStack
robertphillips@google.com
2012-07-16
*
Fix four memory leaks uncovered by valgrinding gm tests.
vandebo@chromium.org
2012-03-14
*
If we try to clip against a path and the path only contains a rect, treat it ...
tomhudson@google.com
2012-03-09
*
use SkRasterClip inside canvas (check-point for soft clipping)
reed@google.com
2011-10-12
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Fix a batch of coverity defects, uninitialized class fields.
vandebo@chromium.org
2011-06-21
*
Handle possibly NULL deref in comparison
vandebo@chromium.org
2011-06-21
*
[PDF] Improve the SkClipStack skipping prefix code.
vandebo@chromium.org
2011-05-25
*
[PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes.
vandebo@chromium.org
2011-05-09
*
Add comparison and assignment to SkClipStack (and fix an optimization bug).
vandebo@chromium.org
2011-05-03
*
Add support for clipstack to Gr. GrClip is now a list of rects and paths with...
bsalomon@google.com
2011-03-03
*
add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) that
reed@google.com
2011-02-22