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

1 2 3

  /external/skia/legacy/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/skia/legacy/src/core/
SkRasterClip.cpp 59 bool SkRasterClip::setRect(const SkIRect& rect) {
64 return fBW.setRect(rect);
84 tmp.setRect(clip);
94 tmp.setRect(clip.getBounds());
210 fBW.setRect(fAA.getBounds());
251 fBWRgn.setRect(aaclip->getBounds());
265 fBWRgn.setRect(aaclip.getBounds());
SkAAClip.h 33 bool setRect(const SkIRect&);
34 bool setRect(const SkRect&, bool doAA = true);
SkBitmap_scroll.cpp 58 inval->setRect(r);
SkRasterClip.h 32 bool setRect(const SkIRect&);
SkRegion.cpp 88 this->setRect(rect);
128 bool SkRegion::setRect(int32_t left, int32_t top,
139 bool SkRegion::setRect(const SkIRect& r) {
140 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
283 return this->setRect(fBounds);
494 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
543 this->setRect(rects[0]);
948 return this->setRect(bounds);
    [all...]
  /external/skia/src/core/
SkRasterClip.cpp 63 bool SkRasterClip::setRect(const SkIRect& rect) {
68 fIsRect = fBW.setRect(rect);
91 tmp.setRect(clip);
101 tmp.setRect(clip.getBounds());
228 fBW.setRect(fAA.getBounds());
273 fBWRgn.setRect(aaclip->getBounds());
287 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/legacy/include/effects/
SkRectShape.h 38 void setRect(const SkRect&);
  /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 91 region.setRect(rect);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebScrollBarPrivate.idl 51 HRESULT setRect([in] RECT bounds);
  /external/skia/legacy/src/effects/
SkRectShape.cpp 22 void SkRectShape::setRect(const SkRect& bounds) {
  /external/webkit/Source/WebCore/html/
DataGridColumn.h 80 void setRect(const IntRect& rect) { m_rect = rect; }
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 73 virtual HRESULT STDMETHODCALLTYPE setRect(
  /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/skia/gm/
rrects.cpp 74 fRRects[0].setRect(SkRect::MakeWH(kTileX-2, kTileY-2));
  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 84 void setRect(const IntRect& rect) { m_rect = rect; }
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLExtras.cpp 120 clip.setRect(line);
  /external/skia/include/core/
SkRegion.h 105 bool setRect(const SkIRect&);
111 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
  /external/skia/legacy/include/core/
SkRegion.h 105 bool setRect(const SkIRect&);
111 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);

Completed in 419 milliseconds

1 2 3