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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipRect.h 48 void setRect(const LayoutRect& rect) { m_rect = rect; }
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 93 void setRect(const FloatRect& rect) { m_rect = rect; }
RoundedRect.h 90 void setRect(const IntRect& rect) { m_rect = rect; }
  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.cpp 66 bool SkRasterClip::setRect(const SkIRect& rect) {
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());
SkRegion.cpp 84 this->setRect(rect);
143 bool SkRegion::setRect(int32_t left, int32_t top,
154 bool SkRegion::setRect(const SkIRect& r) {
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();
    [all...]
SkAAClip.cpp 705 bool SkAAClip::setRect(const SkIRect& bounds) {
755 bool SkAAClip::setRect(const SkRect& r, bool doAA) {
788 return this->setRect(rgn.getBounds());
    [all...]
  /external/chromium_org/third_party/skia/gm/
convexpolyclip.cpp 125 fClips.addToTail()->setRect(SkRect::MakeXYWH(8.3f, 11.6f, 78.2f, 72.6f));
267 void setRect(const SkRect& rect) {
  /external/chromium_org/third_party/skia/include/core/
SkRRect.h 132 void setRect(const SkRect& rect) {
  /external/chromium_org/third_party/skia/samplecode/
SampleDraw.cpp 172 void setRect(const SkRect& r) {
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h 215 void setRect(unsigned x, unsigned y, unsigned width, unsigned height)

Completed in 610 milliseconds