Searched defs:clipDevRect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h326 void clipDevRect(const SkIRect& ir, SkRegion::Op op) { function in class:SkClipStack
329 this->clipDevRect(r, op, false);
331 void clipDevRect(const SkRect&, SkRegion::Op, bool doAA);
334 // An optimized version of clipDevRect(emptyRect, kIntersect, ...)
459 // clipDevRect and clipDevPath call. 0 is reserved to indicate an
/external/skia/include/core/
H A DSkClipStack.h326 void clipDevRect(const SkIRect& ir, SkRegion::Op op) { function in class:SkClipStack
329 this->clipDevRect(r, op, false);
331 void clipDevRect(const SkRect&, SkRegion::Op, bool doAA);
334 // An optimized version of clipDevRect(emptyRect, kIntersect, ...)
459 // clipDevRect and clipDevPath call. 0 is reserved to indicate an
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp507 this->clipDevRect(r, SkRegion::kReplace_Op, false);
517 this->clipDevRect(temp, SkRegion::kReplace_Op, false);
715 void SkClipStack::clipDevRect(const SkRect& rect, SkRegion::Op op, bool doAA) { function in class:SkClipStack
/external/skia/src/core/
H A DSkClipStack.cpp507 this->clipDevRect(r, SkRegion::kReplace_Op, false);
517 this->clipDevRect(temp, SkRegion::kReplace_Op, false);
715 void SkClipStack::clipDevRect(const SkRect& rect, SkRegion::Op op, bool doAA) { function in class:SkClipStack

Completed in 200 milliseconds