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

  /external/chromium_org/third_party/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/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 373 this->clipDevRect(r, SkRegion::kReplace_Op, false);
383 this->clipDevRect(temp, SkRegion::kReplace_Op, false);
529 void SkClipStack::clipDevRect(const SkRect& rect, SkRegion::Op op, bool doAA) {
579 return this->clipDevRect(alt, op, 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);
529 void SkClipStack::clipDevRect(const SkRect& rect, SkRegion::Op op, bool doAA) {
579 return this->clipDevRect(alt, op, doAA);

Completed in 49 milliseconds