/external/skia/src/images/ |
D | SkPageFlipper.cpp | 35 fDirty0->setRect(0, 0, width, height); in SkPageFlipper() 44 fDirty1->setRect(0, 0, width, height); in resize() 49 fDirty1->setRect(0, 0, fWidth, fHeight); in inval() 62 r.setRect(0, 0, fWidth, fHeight); in inval()
|
/external/skia/src/core/ |
D | SkRegion.cpp | 100 this->setRect(rect); in SkRegion() 140 bool SkRegion::setRect(int32_t left, int32_t top, in setRect() function in SkRegion 151 bool SkRegion::setRect(const SkIRect& r) { in setRect() function in SkRegion 152 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom); in setRect() 295 return this->setRect(fBounds); in setRuns() 506 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, in translate() 555 this->setRect(rects[0]); in setRects() 977 return this->setRect(bounds); in op()
|
D | SkBitmap_scroll.cpp | 51 inval->setRect(r); in scrollRect()
|
D | SkRegion_rects.cpp | 224 return this->setRect(rects[0]);
|
/external/skia/tests/ |
D | FillPathTest.cpp | 49 clip.setRect(0, height - expected_lines, width, height); in TestFillPathInverse()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GLExtras.cpp | 143 clip.setRect(line); in drawRegion() 166 region.setRect(rect); in drawCursorRings()
|
D | PlatformGraphicsContext.cpp | 62 ptr->setRect(r); in storeButtonInfo()
|
D | PlatformGraphicsContext.h | 97 void setRect(WebCore::IntRect r) in setRect() function
|
D | PathAndroid.cpp | 97 clip.setRect(x, y, x + 1, y + 1); in contains()
|
/external/skia/include/effects/ |
D | SkRectShape.h | 31 void setRect(const SkRect&);
|
/external/skia/include/core/ |
D | SkRegion.h | 112 bool setRect(const SkIRect&); 118 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
|
/external/skia/src/effects/ |
D | SkRectShape.cpp | 29 void SkRectShape::setRect(const SkRect& bounds) { in setRect() function in SkRectShape
|
D | SkLayerRasterizer.cpp | 124 rectClip.setRect(0, 0, mask->fBounds.width(), mask->fBounds.height()); in onRasterize()
|
/external/webkit/Source/WebCore/html/ |
D | DataGridColumn.h | 80 void setRect(const IntRect& rect) { m_rect = rect; } in setRect() function
|
/external/skia/samplecode/ |
D | SampleOverflow.cpp | 58 clip.setRect(ix, iy, ix + 1, iy + 1); in HitTestPath()
|
D | SampleShapes.cpp | 22 s->setRect(make_rect(10, 10, 90, 90)); in make_shape0()
|
D | SampleRegion.cpp | 100 rgn->setRect(fBase); in build_rgn()
|
/external/webkit/Source/WebKit/win/ |
D | WebScrollBar.h | 73 virtual HRESULT STDMETHODCALLTYPE setRect(
|
D | WebScrollBar.cpp | 134 HRESULT STDMETHODCALLTYPE WebScrollBar::setRect( in setRect() function in WebScrollBar
|
/external/skia/gm/ |
D | shapes.cpp | 17 s->setRect(make_rect(10, 10, 90, 90)); in make_shape0()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | RoundedIntRect.h | 84 void setRect(const IntRect& rect) { m_rect = rect; } in setRect() function
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebScrollBarPrivate.idl | 51 HRESULT setRect([in] RECT bounds);
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | SkiaUtils.cpp | 241 clip.setRect(x - 1, y - 1, x + 1, y + 1); in SkPathContainsPoint()
|
/external/webkit/Source/WebKit/android/jni/ |
D | PictureSet.cpp | 136 pictureAndBounds.mArea.setRect(0, 0, mWidth, mHeight); in PictureSet() 178 newArea.setRect(ir); in add() 514 collect.setRect(totalArea); in add() 628 inval->setRect(0, 0, width, height); in setDimensions()
|
/external/skia/src/views/ |
D | SkWindow.cpp | 138 fDirtyRgn.setRect(0, 0, in forceInvalAll()
|