Home
last modified time | relevance | path

Searched refs:setRect (Results 1 – 25 of 71) sorted by relevance

123

/external/skia/src/images/
DSkPageFlipper.cpp28 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/
DSkPageFlipper.cpp28 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/
DSkRasterClip.cpp59 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()
DSkAAClip.h33 bool setRect(const SkIRect&);
34 bool setRect(const SkRect&, bool doAA = true);
DSkRegion.cpp88 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()
DSkBitmap_scroll.cpp58 inval->setRect(r); in scrollRect()
DSkRasterClip.h32 bool setRect(const SkIRect&);
DSkAAClip.cpp649 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/
DSkRasterClip.cpp63 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()
DSkAAClip.h33 bool setRect(const SkIRect&);
34 bool setRect(const SkRect&, bool doAA = true);
DSkRegion.cpp84 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()
DSkBitmap_scroll.cpp62 inval->setRect(r); in scrollRect()
DSkRRect.cpp20 this->setRect(rect); in setRectXY()
71 this->setRect(rect); in setRectRadii()
DSkRasterClip.h40 bool setRect(const SkIRect&);
DSkAAClip.cpp663 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/
DAAClipTest.cpp217 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/
DSkRectShape.h38 void setRect(const SkRect&);
/external/skia/legacy/include/core/
DSkRegion.h105 bool setRect(const SkIRect&);
111 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
/external/skia/include/core/
DSkRegion.h105 bool setRect(const SkIRect&);
111 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
/external/skia/bench/
DRegionContainBench.cpp46 fB.setRect(0, 0, H, W); in RegionContainBench()
DAAClipBench.cpp203 fRegion.setRect(0, 0, 640, 480); in AAClipBuilderBench()
220 clip.setRect(fRect, fDoAA); in onDraw()
/external/skia/legacy/src/effects/
DSkRectShape.cpp22 void SkRectShape::setRect(const SkRect& bounds) { in setRect() function in SkRectShape
/external/webkit/Source/WebCore/html/
DDataGridColumn.h80 void setRect(const IntRect& rect) { m_rect = rect; } in setRect() function
/external/skia/gm/
Drrects.cpp74 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2)); in setUpRRects()
/external/webkit/Source/WebKit/win/
DWebScrollBar.h73 virtual HRESULT STDMETHODCALLTYPE setRect(

123