aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkClipStack.h
Commit message (Expand)AuthorAge
* Rename methods and enum on SkClipStack::Element to indicate "device space"Gravatar Brian Salomon2017-08-30
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* Move transformation of clip elements to SkClipStack::ElementGravatar Brian Salomon2017-08-28
* Deinline methods of SkClipStack::ElementGravatar Brian Salomon2017-08-22
* Improve handling of clip stack IDGravatar Robert Phillips2017-06-28
* add flag to hide deprecated clipopsGravatar Mike Reed2017-05-10
* remove dead code around replayClipsGravatar Mike Reed2017-04-13
* add guard for obsolete (non-functioning) replayClipsGravatar Mike Reed2017-04-06
* use AutoRestore instead of making a copy of the clipstackGravatar Mike Reed2017-03-13
* clipstacks can be on the stack or embedded, therefore should not be ref-countedGravatar Mike Reed2017-03-10
* Clients can provide preallocated storage to clipstackGravatar Mike Reed2017-03-10
* Revert "prealloc room for some number of Elements to avoid malloc"Gravatar Mike Reed2017-03-10
* prealloc room for some number of Elements to avoid mallocGravatar Mike Reed2017-03-10
* Revert "remove SkClipVisitor"Gravatar Mike Reed2017-03-08
* remove SkClipVisitorGravatar Mike Reed2017-03-08
* SkClipStack: add bounds() and isEmpty() methodsGravatar Hal Canary2017-02-22
* Revert "Revert "make SkClipStack.h private (in src)""Gravatar Mike Reed2017-02-15
* Revert "make SkClipStack.h private (in src)"Gravatar Mike Reed2017-02-15
* make SkClipStack.h private (in src)Gravatar Mike Reed2017-02-15