Searched defs:SkClipStack (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkClipStack.cpp10 #include "SkClipStack.h"
19 int32_t SkClipStack::gGenID = kFirstUnreservedGenID;
21 SkClipStack::Element::Element(const Element& that) {
46 bool SkClipStack::Element::operator== (const Element& element) const {
71 void SkClipStack::Element::replay(SkCanvasClipVisitor* visitor) const {
90 void SkClipStack::Element::invertShapeFillType() {
113 void SkClipStack::Element::initPath(int saveCount, const SkPath& path, SkRegion::Op op,
135 void SkClipStack::Element::asPath(SkPath* path) const {
158 void SkClipStack::Element::setEmpty() {
169 void SkClipStack
494 SkClipStack::SkClipStack() function in class:SkClipStack
499 SkClipStack::SkClipStack(const SkClipStack& b) function in class:SkClipStack
504 SkClipStack::SkClipStack(const SkRect& r) function in class:SkClipStack
512 SkClipStack::SkClipStack(const SkIRect& r) function in class:SkClipStack
[all...]
/external/skia/include/core/
H A DSkDevice.h18 class SkClipStack;
172 const SkClipStack&) {};
171 setMatrixClip(const SkMatrix&, const SkRegion&, const SkClipStack&) argument
H A DSkClipStack.h26 class SK_API SkClipStack : public SkNVRefCnt<SkClipStack> { class in inherits:SkNVRefCnt
179 friend class SkClipStack;
198 SkClipStack::BoundsType fFiniteBoundType;
257 // All Element methods below are only used within SkClipStack.cpp
282 SkClipStack();
283 SkClipStack(const SkClipStack& b);
284 explicit SkClipStack(const SkRect& r);
285 explicit SkClipStack(cons
[all...]

Completed in 206 milliseconds