HomeSort by relevance Sort by last modified time
    Searched defs:SkClipStack (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 8 #include "SkClipStack.h"
17 int32_t SkClipStack::gGenID = kFirstUnreservedGenID;
19 void SkClipStack::Element::invertShapeFillType() {
34 void SkClipStack::Element::checkEmpty() const {
42 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const {
54 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const {
82 void SkClipStack::Element::combineBoundsDiff(FillCombo combination, const SkRect& prevFinite) {
119 SkDEBUGFAIL("SkClipStack::Element::combineBoundsDiff Invalid fill combination");
124 void SkClipStack::Element::combineBoundsXOR(int combination, const SkRect& prevFinite) {
151 SkDEBUGFAIL("SkClipStack::Element::combineBoundsXOR Invalid fill combination")
    [all...]
  /external/skia/src/core/
SkClipStack.cpp 8 #include "SkClipStack.h"
17 int32_t SkClipStack::gGenID = kFirstUnreservedGenID;
19 void SkClipStack::Element::invertShapeFillType() {
34 void SkClipStack::Element::checkEmpty() const {
42 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const {
54 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const {
82 void SkClipStack::Element::combineBoundsDiff(FillCombo combination, const SkRect& prevFinite) {
119 SkDEBUGFAIL("SkClipStack::Element::combineBoundsDiff Invalid fill combination");
124 void SkClipStack::Element::combineBoundsXOR(int combination, const SkRect& prevFinite) {
151 SkDEBUGFAIL("SkClipStack::Element::combineBoundsXOR Invalid fill combination")
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 24 class SK_API SkClipStack {
159 friend class SkClipStack;
178 SkClipStack::BoundsType fFiniteBoundType;
234 // All Element methods below are only used within SkClipStack.cpp
259 SkClipStack();
260 SkClipStack(const SkClipStack& b);
261 explicit SkClipStack(const SkRect& r);
262 explicit SkClipStack(const SkIRect& r);
263 ~SkClipStack();
    [all...]
  /external/skia/include/core/
SkClipStack.h 24 class SK_API SkClipStack {
159 friend class SkClipStack;
178 SkClipStack::BoundsType fFiniteBoundType;
234 // All Element methods below are only used within SkClipStack.cpp
259 SkClipStack();
260 SkClipStack(const SkClipStack& b);
261 explicit SkClipStack(const SkRect& r);
262 explicit SkClipStack(const SkIRect& r);
263 ~SkClipStack();
    [all...]

Completed in 285 milliseconds