Home
last modified time | relevance | path

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

12

/external/skia/src/images/
DSkPageFlipper.cpp35 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/
DSkRegion.cpp100 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()
DSkBitmap_scroll.cpp51 inval->setRect(r); in scrollRect()
DSkRegion_rects.cpp224 return this->setRect(rects[0]);
/external/skia/tests/
DFillPathTest.cpp49 clip.setRect(0, height - expected_lines, width, height); in TestFillPathInverse()
/external/webkit/Source/WebCore/platform/graphics/android/
DGLExtras.cpp143 clip.setRect(line); in drawRegion()
166 region.setRect(rect); in drawCursorRings()
DPlatformGraphicsContext.cpp62 ptr->setRect(r); in storeButtonInfo()
DPlatformGraphicsContext.h97 void setRect(WebCore::IntRect r) in setRect() function
DPathAndroid.cpp97 clip.setRect(x, y, x + 1, y + 1); in contains()
/external/skia/include/effects/
DSkRectShape.h31 void setRect(const SkRect&);
/external/skia/include/core/
DSkRegion.h112 bool setRect(const SkIRect&);
118 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
/external/skia/src/effects/
DSkRectShape.cpp29 void SkRectShape::setRect(const SkRect& bounds) { in setRect() function in SkRectShape
DSkLayerRasterizer.cpp124 rectClip.setRect(0, 0, mask->fBounds.width(), mask->fBounds.height()); in onRasterize()
/external/webkit/Source/WebCore/html/
DDataGridColumn.h80 void setRect(const IntRect& rect) { m_rect = rect; } in setRect() function
/external/skia/samplecode/
DSampleOverflow.cpp58 clip.setRect(ix, iy, ix + 1, iy + 1); in HitTestPath()
DSampleShapes.cpp22 s->setRect(make_rect(10, 10, 90, 90)); in make_shape0()
DSampleRegion.cpp100 rgn->setRect(fBase); in build_rgn()
/external/webkit/Source/WebKit/win/
DWebScrollBar.h73 virtual HRESULT STDMETHODCALLTYPE setRect(
DWebScrollBar.cpp134 HRESULT STDMETHODCALLTYPE WebScrollBar::setRect( in setRect() function in WebScrollBar
/external/skia/gm/
Dshapes.cpp17 s->setRect(make_rect(10, 10, 90, 90)); in make_shape0()
/external/webkit/Source/WebCore/platform/graphics/
DRoundedIntRect.h84 void setRect(const IntRect& rect) { m_rect = rect; } in setRect() function
/external/webkit/Source/WebKit/win/Interfaces/
DIWebScrollBarPrivate.idl51 HRESULT setRect([in] RECT bounds);
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaUtils.cpp241 clip.setRect(x - 1, y - 1, x + 1, y + 1); in SkPathContainsPoint()
/external/webkit/Source/WebKit/android/jni/
DPictureSet.cpp136 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/
DSkWindow.cpp138 fDirtyRgn.setRect(0, 0, in forceInvalAll()

12