/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 | 120 this->setRect(rect); in SkRegion() 168 bool SkRegion::setRect(int32_t left, int32_t top, int32_t right, int32_t bottom) in setRect() function in SkRegion 179 bool SkRegion::setRect(const SkIRect& r) in setRect() function in SkRegion 181 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom); in setRect() 298 return this->setRect(fBounds); in setRuns() 509 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, in translate() 964 return this->setRect(bounds); in op()
|
D | SkBitmap_scroll.cpp | 51 inval->setRect(r); in scrollRect()
|
D | SkRegion_path.cpp | 310 this->setRect(fBounds); in setPath()
|
/external/skia/include/core/ |
D | SkRegion.h | 94 bool setRect(const SkIRect&); 99 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
|
/external/webkit/WebCore/platform/graphics/android/ |
D | PlatformGraphicsContext.cpp | 62 ptr->setRect(r); in storeButtonInfo()
|
D | PlatformGraphicsContext.h | 97 void setRect(WebCore::IntRect r) in setRect() function
|
D | PathAndroid.cpp | 84 clip.setRect(x, y, x + 1, y + 1); in contains()
|
/external/webkit/WebCore/platform/image-decoders/skia/ |
D | ImageDecoderSkia.cpp | 117 setRect(other.rect()); in operator =()
|
/external/webkit/WebCore/platform/image-decoders/qt/ |
D | RGBA32BufferQt.cpp | 124 setRect(other.rect()); in operator =()
|
/external/webkit/WebCore/html/ |
D | DataGridColumn.h | 80 void setRect(const IntRect& rect) { m_rect = rect; } in setRect() function
|
/external/webkit/WebKit/win/ |
D | WebScrollBar.h | 78 virtual HRESULT STDMETHODCALLTYPE setRect(
|
D | WebScrollBar.cpp | 135 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/WebCore/platform/graphics/qt/ |
D | ImageDecoderQt.cpp | 196 buffer->setRect(m_reader->currentImageRect()); in internalHandleCurrentImage()
|
/external/webkit/WebCore/platform/image-decoders/ |
D | ImageDecoder.cpp | 172 setRect(other.rect()); in operator =()
|
D | ImageDecoder.h | 129 void setRect(const IntRect& r) { m_rect = r; } in setRect() function
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebScrollBarPrivate.idl | 51 HRESULT setRect([in] RECT bounds);
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | SkiaUtils.cpp | 233 clip.setRect(x - 1, y - 1, x + 1, y + 1); in SkPathContainsPoint()
|
/external/skia/src/effects/ |
D | SkLayerRasterizer.cpp | 127 rectClip.setRect(0, 0, mask->fBounds.width(), mask->fBounds.height()); in onRasterize()
|
/external/webkit/WebKit/android/jni/ |
D | PictureSet.cpp | 144 area.setRect(visibleBounds); in build() 202 inval->setRect(0, 0, width, height); in checkDimensions()
|
/external/webkit/WebCore/platform/image-decoders/jpeg/ |
D | JPEGImageDecoder.cpp | 484 buffer.setRect(IntRect(IntPoint(), size())); in outputScanlines()
|
/external/webkit/WebCore/platform/image-decoders/png/ |
D | PNGImageDecoder.cpp | 336 buffer.setRect(IntRect(IntPoint(), size())); in rowAvailable()
|
/external/webkit/WebCore/platform/image-decoders/gif/ |
D | GIFImageDecoder.cpp | 220 buffer->setRect(IntRect(left, top, right - left, bottom - top)); in initFrameBuffer()
|
/external/webkit/WebCore/platform/image-decoders/bmp/ |
D | BMPImageReader.cpp | 95 m_buffer->setRect(IntRect(IntPoint(), m_parent->size())); in decodeBMP()
|