Searched defs:setRect (Results 1 - 6 of 6) sorted by path

/external/skia/gm/
H A Dconvexpolyclip.cpp125 fClips.addToTail()->setRect(SkRect::MakeXYWH(8.3f, 11.6f, 78.2f, 72.6f));
265 void setRect(const SkRect& rect) { function in class:skiagm::ConvexPolyClip::Clip
/external/skia/include/core/
H A DSkRRect.h124 void setRect(const SkRect& rect) { function in class:SkRRect
/external/skia/samplecode/
H A DSampleDraw.cpp172 void setRect(const SkRect& r) { function in class:RDraw
/external/skia/src/core/
H A DSkAAClip.cpp705 bool SkAAClip::setRect(const SkIRect& bounds) { function in class:SkAAClip
755 bool SkAAClip::setRect(const SkRect& r, bool doAA) { function in class:SkAAClip
788 return this->setRect(rgn.getBounds());
1385 tmpClip.setRect(ibounds);
1748 return this->setRect(rStorage);
1756 return this->setRect(rOrig);
1764 clip.setRect(*r);
1787 return this->setRect(rOrig);
1795 clip.setRect(*r, doAA);
H A DSkRasterClip.cpp66 bool SkRasterClip::setRect(const SkIRect& rect) { function in class:SkRasterClip
71 fIsRect = fBW.setRect(rect);
85 fBW.setRect(clipR);
194 base.setRect(this->getBounds());
200 base.setRect(0, 0, size.width(), size.height());
214 tmp.setRect(clip);
352 fBW.setRect(fAA.getBounds());
402 fBWRgn.setRect(aaclip->getBounds());
416 fBWRgn.setRect(aaclip.getBounds());
H A DSkRegion.cpp84 this->setRect(rect);
143 bool SkRegion::setRect(int32_t left, int32_t top, function in class:SkRegion
154 bool SkRegion::setRect(const SkIRect& r) { function in class:SkRegion
155 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
279 return this->setRect(fBounds);
542 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
592 this->setRect(rects[0]);
972 return result ? result->setRect(rect) : !rect.isEmpty();

Completed in 273 milliseconds