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

  /external/skia/legacy/include/core/
SkClipStack.h 33 void clipDevRect(const SkIRect& ir,
37 this->clipDevRect(r, op, false);
39 void clipDevRect(const SkRect&, SkRegion::Op, bool doAA);
  /external/skia/legacy/src/core/
SkClipStack.cpp 145 void SkClipStack::clipDevRect(const SkRect& rect, SkRegion::Op op, bool doAA) {
  /external/skia/include/core/
SkClipStack.h 302 void clipDevRect(const SkIRect& ir, SkRegion::Op op) {
305 this->clipDevRect(r, op, false);
307 void clipDevRect(const SkRect&, SkRegion::Op, bool doAA);
309 // An optimized version of clipDevRect(emptyRect, kIntersect, ...)
321 * is called or when a clipDevRect or clipDevPath call updates the
439 // clipDevRect and clipDevPath call. 0 is reserved to indicate an
  /external/skia/src/core/
SkClipStack.cpp 373 this->clipDevRect(r, SkRegion::kReplace_Op, false);
383 this->clipDevRect(temp, SkRegion::kReplace_Op, false);
525 void SkClipStack::clipDevRect(const SkRect& rect, SkRegion::Op op, bool doAA) {
570 return this->clipDevRect(alt, op, doAA);

Completed in 198 milliseconds