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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRect.h48 void setRect(const LayoutRect& rect) { m_rect = rect; } function in class:blink::ClipRect
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.h93 void setRect(const FloatRect& rect) { m_rect = rect; } function in class:blink::FloatRoundedRect
H A DRoundedRect.h90 void setRect(const IntRect& rect) { m_rect = rect; } function in class:blink::RoundedRect
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.h215 void setRect(unsigned x, unsigned y, unsigned width, unsigned height) function in struct:GIFFrameContext
/external/chromium_org/third_party/skia/gm/
H A Dconvexpolyclip.cpp125 fClips.addToTail()->setRect(SkRect::MakeXYWH(8.3f, 11.6f, 78.2f, 72.6f));
267 void setRect(const SkRect& rect) { function in class:skiagm::ConvexPolyClip::Clip
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h132 void setRect(const SkRect& rect) { function in class:SkRRect
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDraw.cpp172 void setRect(const SkRect& r) { function in class:RDraw
/external/chromium_org/third_party/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);
88 fBW.setRect(clipR);
197 base.setRect(this->getBounds());
203 base.setRect(0, 0, size.width(), size.height());
217 tmp.setRect(clip);
355 fBW.setRect(fAA.getBounds());
405 fBWRgn.setRect(aaclip->getBounds());
419 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();
/external/skia/gm/
H A Dconvexpolyclip.cpp124 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.h132 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.cpp665 bool SkAAClip::setRect(const SkIRect& bounds) { function in class:SkAAClip
687 bool SkAAClip::setRect(const SkRect& r, bool doAA) { function in class:SkAAClip
720 return this->setRect(rgn.getBounds());
1317 tmpClip.setRect(ibounds);
1680 return this->setRect(rStorage);
1688 return this->setRect(rOrig);
1696 clip.setRect(*r);
1719 return this->setRect(rOrig);
1727 clip.setRect(*r, doAA);
H A DSkRasterClip.cpp63 bool SkRasterClip::setRect(const SkIRect& rect) { function in class:SkRasterClip
68 fIsRect = fBW.setRect(rect);
91 tmp.setRect(clip);
214 fBW.setRect(fAA.getBounds());
259 fBWRgn.setRect(aaclip->getBounds());
273 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 2539 milliseconds