HomeSort by relevance Sort by last modified time
    Searched refs:setRect (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/chromium_org/third_party/skia/src/images/
SkPageFlipper.cpp 28 fDirty0->setRect(0, 0, width, height);
37 fDirty1->setRect(0, 0, width, height);
42 fDirty1->setRect(0, 0, fWidth, fHeight);
55 r.setRect(0, 0, fWidth, fHeight);
  /external/skia/src/images/
SkPageFlipper.cpp 28 fDirty0->setRect(0, 0, width, height);
37 fDirty1->setRect(0, 0, width, height);
42 fDirty1->setRect(0, 0, fWidth, fHeight);
55 r.setRect(0, 0, fWidth, fHeight);
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac_unittest.cc 37 clip_region.setRect(rect);
57 clip_region.setRect(rect);
  /external/chromium_org/ui/gfx/
path_aura.cc 18 clip_region.setRect(ibounds);
  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.cpp 63 bool SkRasterClip::setRect(const SkIRect& rect) {
68 fIsRect = fBW.setRect(rect);
91 tmp.setRect(clip);
214 fBW.setRect(fAA.getBounds());
259 fBWRgn.setRect(aaclip->getBounds());
273 fBWRgn.setRect(aaclip.getBounds());
SkAAClip.h 33 bool setRect(const SkIRect&);
34 bool setRect(const SkRect&, bool doAA = true);
SkBitmap_scroll.cpp 62 inval->setRect(r);
SkRasterClip.h 40 bool setRect(const SkIRect&);
  /external/skia/src/core/
SkRasterClip.cpp 63 bool SkRasterClip::setRect(const SkIRect& rect) {
68 fIsRect = fBW.setRect(rect);
91 tmp.setRect(clip);
214 fBW.setRect(fAA.getBounds());
259 fBWRgn.setRect(aaclip->getBounds());
273 fBWRgn.setRect(aaclip.getBounds());
SkAAClip.h 33 bool setRect(const SkIRect&);
34 bool setRect(const SkRect&, bool doAA = true);
SkBitmap_scroll.cpp 62 inval->setRect(r);
SkRasterClip.h 40 bool setRect(const SkIRect&);
  /external/skia/bench/
RegionContainBench.cpp 46 fB.setRect(0, 0, H, W);
AAClipBench.cpp 203 fRegion.setRect(0, 0, 640, 480);
220 clip.setRect(fRect, fDoAA);
PictureRecordBench.cpp 92 region.setRect(rect);
  /external/skia/tests/
AAClipTest.cpp 217 clip0.setRect(r);
253 clip0.setRect(r0);
254 clip1.setRect(r1);
255 rgn0.setRect(r0);
256 rgn1.setRect(r1);
393 clip.setRect(r, true);
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStack.cpp 28 data->requiredClip.setRect(canvasBounds);
  /external/skia/gm/
rrects.cpp 74 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2));
  /external/skia/src/utils/
SkCanvasStack.cpp 28 data->requiredClip.setRect(canvasBounds);
  /external/chromium_org/third_party/skia/include/core/
SkRegion.h 115 bool setRect(const SkIRect&);
121 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
SkRRect.h 123 void setRect(const SkRect& rect) {
  /external/skia/include/core/
SkRegion.h 115 bool setRect(const SkIRect&);
121 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
SkRRect.h 124 void setRect(const SkRect& rect) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
RoundedRect.h 88 void setRect(const IntRect& rect) { m_rect = rect; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
SkiaUtils.cpp 178 clip.setRect(x - 1, y - 1, x + 1, y + 1);

Completed in 470 milliseconds

1 2 3 4