/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/src/core/ |
D | SkRasterClip.cpp | 66 bool SkRasterClip::setRect(const SkIRect& rect) { in setRect() function in SkRasterClip 71 fIsRect = fBW.setRect(rect); in setRect() 85 fBW.setRect(clipR); in setConservativeRect() 194 base.setRect(this->getBounds()); in op() 200 base.setRect(0, 0, size.width(), size.height()); in op() 214 tmp.setRect(clip); in setPath() 352 fBW.setRect(fAA.getBounds()); in forceGetBW() 402 fBWRgn.setRect(aaclip->getBounds()); in SkAAClipBlitterWrapper() 416 fBWRgn.setRect(aaclip.getBounds()); in init()
|
D | SkAAClip.h | 37 bool setRect(const SkIRect&); 38 bool setRect(const SkRect&, bool doAA = true);
|
D | SkRasterClip.h | 42 bool setRect(const SkIRect&); 99 fBW.setRect(fAA.getBounds());
|
D | SkRegion.cpp | 84 this->setRect(rect); in SkRegion() 143 bool SkRegion::setRect(int32_t left, int32_t top, in setRect() function in SkRegion 154 bool SkRegion::setRect(const SkIRect& r) { in setRect() function in SkRegion 155 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom); in setRect() 279 return this->setRect(fBounds); in setRuns() 542 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, in translate() 592 this->setRect(rects[0]); in setRects() 972 return result ? result->setRect(rect) : !rect.isEmpty(); in setRectCheck()
|
D | SkRRect.cpp | 24 this->setRect(rect); in setRectXY() 57 this->setRect(rect); // devolve into a simple rect in setNinePatch() 147 this->setRect(rect); // devolve into a simple rect in setRectRadii() 171 this->setRect(rect); in setRectRadii()
|
D | SkBitmap_scroll.cpp | 44 inval->setRect(r); in scrollRect()
|
D | SkAAClip.cpp | 705 bool SkAAClip::setRect(const SkIRect& bounds) { in setRect() function in SkAAClip 755 bool SkAAClip::setRect(const SkRect& r, bool doAA) { in setRect() function in SkAAClip 788 return this->setRect(rgn.getBounds()); in setRegion() 1385 tmpClip.setRect(ibounds); in setPath() 1748 return this->setRect(rStorage); in op() 1756 return this->setRect(rOrig); in op() 1764 clip.setRect(*r); in op() 1787 return this->setRect(rOrig); in op() 1795 clip.setRect(*r, doAA); in op()
|
D | SkScan_AntiPath.cpp | 745 tmp.setRect(clip.getBounds()); in FillPath() 763 tmp.setRect(clip.getBounds()); in AntiFillPath()
|
/external/skia/gm/ |
D | drrect.cpp | 41 outers[0].setRect(r); in onDraw() 50 inners[1].setRect(r); in onDraw()
|
D | convexpolyclip.cpp | 125 fClips.addToTail()->setRect(SkRect::MakeXYWH(8.3f, 11.6f, 78.2f, 72.6f)); in onOnceBeforeDraw() 265 void setRect(const SkRect& rect) { in setRect() function in skiagm::ConvexPolyClip::Clip
|
D | rrect.cpp | 149 rrect[0].setRect(r); in onDraw()
|
D | rrects.cpp | 158 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2)); in setUpRRects()
|
/external/skia/tests/ |
D | AAClipTest.cpp | 218 clip0.setRect(r); in test_empty() 254 clip0.setRect(r0); in test_irect() 255 clip1.setRect(r1); in test_irect() 256 rgn0.setRect(r0); in test_irect() 257 rgn1.setRect(r1); in test_irect() 419 clip.setRect(r, true); in test_regressions()
|
/external/skia/samplecode/ |
D | SampleAAClip.cpp | 17 c0.setRect(r0); in testop() 18 c1.setRect(r1); in testop()
|
D | SampleClip.cpp | 111 clip.setRect(r); in ClipView()
|
/external/skia/bench/ |
D | AAClipBench.cpp | 190 fRegion.setRect(0, 0, 640, 480); in AAClipBuilderBench() 207 clip.setRect(fRect, fDoAA); in onDraw()
|
D | CoverageBench.cpp | 38 fRC.setRect(fPath.getBounds().round()); in DrawPathBench()
|
D | RegionContainBench.cpp | 45 fB.setRect(0, 0, H, W); in RegionContainBench()
|
/external/skia/include/core/ |
D | SkRegion.h | 114 bool setRect(const SkIRect&); 120 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
|
D | SkRRect.h | 124 void setRect(const SkRect& rect) { in setRect() function
|
D | SkClipStack.h | 238 fRRect.setRect(rect); in initRect()
|
/external/skia/src/utils/ |
D | SkCanvasStack.cpp | 28 data->requiredClip.setRect(canvasBounds); in pushCanvas()
|
/external/skia/src/effects/ |
D | SkLayerRasterizer.cpp | 125 rectClip.setRect(SkIRect::MakeWH(mask->fBounds.width(), mask->fBounds.height())); in onRasterize()
|
/external/skia/src/views/ |
D | SkWindow.cpp | 103 fDirtyRgn.setRect(0, 0, in forceInvalAll()
|