/external/skia/src/images/ |
D | SkPageFlipper.cpp | 28 fDirty0->setRect(0, 0, width, height); in SkPageFlipper() 37 fDirty1->setRect(0, 0, width, height); in resize() 42 fDirty1->setRect(0, 0, fWidth, fHeight); in inval() 55 r.setRect(0, 0, fWidth, fHeight); in inval()
|
/external/skia/legacy/src/images/ |
D | SkPageFlipper.cpp | 28 fDirty0->setRect(0, 0, width, height); in SkPageFlipper() 37 fDirty1->setRect(0, 0, width, height); in resize() 42 fDirty1->setRect(0, 0, fWidth, fHeight); in inval() 55 r.setRect(0, 0, fWidth, fHeight); in inval()
|
/external/skia/legacy/src/core/ |
D | SkRasterClip.cpp | 59 bool SkRasterClip::setRect(const SkIRect& rect) { in setRect() function in SkRasterClip 64 return fBW.setRect(rect); in setRect() 84 tmp.setRect(clip); in setPath() 94 tmp.setRect(clip.getBounds()); in setPath() 210 fBW.setRect(fAA.getBounds()); in forceGetBW() 251 fBWRgn.setRect(aaclip->getBounds()); in SkAAClipBlitterWrapper() 265 fBWRgn.setRect(aaclip.getBounds()); in init()
|
D | SkAAClip.h | 33 bool setRect(const SkIRect&); 34 bool setRect(const SkRect&, bool doAA = true);
|
D | SkRegion.cpp | 88 this->setRect(rect); in SkRegion() 128 bool SkRegion::setRect(int32_t left, int32_t top, in setRect() function in SkRegion 139 bool SkRegion::setRect(const SkIRect& r) { in setRect() function in SkRegion 140 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom); in setRect() 283 return this->setRect(fBounds); in setRuns() 494 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, in translate() 543 this->setRect(rects[0]); in setRects() 948 return this->setRect(bounds); in op()
|
D | SkBitmap_scroll.cpp | 58 inval->setRect(r); in scrollRect()
|
D | SkRasterClip.h | 32 bool setRect(const SkIRect&);
|
D | SkAAClip.cpp | 649 bool SkAAClip::setRect(const SkIRect& bounds) { in setRect() function in SkAAClip 671 bool SkAAClip::setRect(const SkRect& r, bool doAA) { in setRect() function in SkAAClip 704 return this->setRect(rgn.getBounds()); in setRegion() 1296 tmpClip.setRect(ibounds); in setPath() 1674 return this->setRect(rStorage); in op() 1682 return this->setRect(rOrig); in op() 1690 clip.setRect(*r); in op() 1709 return this->setRect(rOrig); in op() 1717 clip.setRect(*r, doAA); in op()
|
/external/skia/src/core/ |
D | SkRasterClip.cpp | 63 bool SkRasterClip::setRect(const SkIRect& rect) { in setRect() function in SkRasterClip 68 fIsRect = fBW.setRect(rect); in setRect() 91 tmp.setRect(clip); in setPath() 101 tmp.setRect(clip.getBounds()); in setPath() 228 fBW.setRect(fAA.getBounds()); in forceGetBW() 273 fBWRgn.setRect(aaclip->getBounds()); in SkAAClipBlitterWrapper() 287 fBWRgn.setRect(aaclip.getBounds()); in init()
|
D | SkAAClip.h | 33 bool setRect(const SkIRect&); 34 bool setRect(const SkRect&, bool doAA = true);
|
D | SkRegion.cpp | 84 this->setRect(rect); in SkRegion() 134 bool SkRegion::setRect(int32_t left, int32_t top, in setRect() function in SkRegion 145 bool SkRegion::setRect(const SkIRect& r) { in setRect() function in SkRegion 146 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom); in setRect() 275 return this->setRect(fBounds); in setRuns() 538 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, in translate() 588 this->setRect(rects[0]); in setRects() 968 return result ? result->setRect(rect) : !rect.isEmpty(); in setRectCheck()
|
D | SkBitmap_scroll.cpp | 62 inval->setRect(r); in scrollRect()
|
D | SkRRect.cpp | 20 this->setRect(rect); in setRectXY() 71 this->setRect(rect); in setRectRadii()
|
D | SkRasterClip.h | 40 bool setRect(const SkIRect&);
|
D | SkAAClip.cpp | 663 bool SkAAClip::setRect(const SkIRect& bounds) { in setRect() function in SkAAClip 685 bool SkAAClip::setRect(const SkRect& r, bool doAA) { in setRect() function in SkAAClip 718 return this->setRect(rgn.getBounds()); in setRegion() 1315 tmpClip.setRect(ibounds); in setPath() 1689 return this->setRect(rStorage); in op() 1697 return this->setRect(rOrig); in op() 1705 clip.setRect(*r); in op() 1728 return this->setRect(rOrig); in op() 1736 clip.setRect(*r, doAA); in op()
|
/external/skia/tests/ |
D | AAClipTest.cpp | 217 clip0.setRect(r); in test_empty() 253 clip0.setRect(r0); in test_irect() 254 clip1.setRect(r1); in test_irect() 255 rgn0.setRect(r0); in test_irect() 256 rgn1.setRect(r1); in test_irect() 393 clip.setRect(r, true); in test_regressions()
|
/external/skia/legacy/include/effects/ |
D | SkRectShape.h | 38 void setRect(const SkRect&);
|
/external/skia/legacy/include/core/ |
D | SkRegion.h | 105 bool setRect(const SkIRect&); 111 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
|
/external/skia/include/core/ |
D | SkRegion.h | 105 bool setRect(const SkIRect&); 111 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
|
/external/skia/bench/ |
D | RegionContainBench.cpp | 46 fB.setRect(0, 0, H, W); in RegionContainBench()
|
D | AAClipBench.cpp | 203 fRegion.setRect(0, 0, 640, 480); in AAClipBuilderBench() 220 clip.setRect(fRect, fDoAA); in onDraw()
|
/external/skia/legacy/src/effects/ |
D | SkRectShape.cpp | 22 void SkRectShape::setRect(const SkRect& bounds) { in setRect() function in SkRectShape
|
/external/webkit/Source/WebCore/html/ |
D | DataGridColumn.h | 80 void setRect(const IntRect& rect) { m_rect = rect; } in setRect() function
|
/external/skia/gm/ |
D | rrects.cpp | 74 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2)); in setUpRRects()
|
/external/webkit/Source/WebKit/win/ |
D | WebScrollBar.h | 73 virtual HRESULT STDMETHODCALLTYPE setRect(
|