Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/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/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/chromium_org/third_party/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()
214 fBW.setRect(fAA.getBounds()); in forceGetBW()
259 fBWRgn.setRect(aaclip->getBounds()); in SkAAClipBlitterWrapper()
273 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()
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()
285 return this->setRect(fBounds); in setRuns()
548 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, in translate()
598 this->setRect(rects[0]); in setRects()
978 return result ? result->setRect(rect) : !rect.isEmpty(); in setRectCheck()
DSkBitmap_scroll.cpp62 inval->setRect(r); in scrollRect()
DSkRasterClip.h40 bool setRect(const SkIRect&);
DSkAAClip.cpp665 bool SkAAClip::setRect(const SkIRect& bounds) { in setRect() function in SkAAClip
687 bool SkAAClip::setRect(const SkRect& r, bool doAA) { in setRect() function in SkAAClip
720 return this->setRect(rgn.getBounds()); in setRegion()
1317 tmpClip.setRect(ibounds); in setPath()
1680 return this->setRect(rStorage); in op()
1688 return this->setRect(rOrig); in op()
1696 clip.setRect(*r); in op()
1719 return this->setRect(rOrig); in op()
1727 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()
214 fBW.setRect(fAA.getBounds()); in forceGetBW()
259 fBWRgn.setRect(aaclip->getBounds()); in SkAAClipBlitterWrapper()
273 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()
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()
285 return this->setRect(fBounds); in setRuns()
548 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, in translate()
598 this->setRect(rects[0]); in setRects()
978 return result ? result->setRect(rect) : !rect.isEmpty(); in setRectCheck()
DSkBitmap_scroll.cpp62 inval->setRect(r); in scrollRect()
DSkRasterClip.h40 bool setRect(const SkIRect&);
/external/chromium_org/skia/ext/
Dbitmap_platform_device_mac_unittest.cc37 clip_region.setRect(rect); in TEST_F()
57 clip_region.setRect(rect); in TEST_F()
/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/chromium_org/ui/gfx/
Dpath_aura.cc18 clip_region.setRect(ibounds); in CreateNativeRegion()
Dskbitmap_operations_unittest.cc539 region.setRect(0, 0, src_w / 2, src_h / 2); in TEST()
543 region.setRect(src_w / 2, 0, src_w, src_h / 2); in TEST()
546 region.setRect(0, src_h / 2, src_w / 2, src_h); in TEST()
549 region.setRect(src_w / 2, src_h / 2, src_w, src_h); in TEST()
/external/skia/bench/
DCoverageBench.cpp39 fRC.setRect(fPath.getBounds().round()); in DrawPathBench()
DRegionContainBench.cpp45 fB.setRect(0, 0, H, W); in RegionContainBench()
DAAClipBench.cpp190 fRegion.setRect(0, 0, 640, 480); in AAClipBuilderBench()
207 clip.setRect(fRect, fDoAA); in onDraw()
/external/chromium_org/third_party/skia/include/core/
DSkRegion.h115 bool setRect(const SkIRect&);
121 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
/external/skia/include/core/
DSkRegion.h115 bool setRect(const SkIRect&);
121 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
/external/skia/gm/
Drrects.cpp74 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2)); in setUpRRects()
/external/skia/src/utils/
DSkCanvasStack.cpp28 data->requiredClip.setRect(canvasBounds); in pushCanvas()
/external/chromium_org/third_party/skia/src/utils/
DSkCanvasStack.cpp28 data->requiredClip.setRect(canvasBounds); in pushCanvas()

123