Home
last modified time | relevance | path

Searched defs:sourceRect (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
DImageBufferWinCE.cpp139 IntRect sourceRect(0, 0, bitmap->width(), bitmap->height()); in getImageData() local
191 static void putImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, c… in putImageData()
235 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putUnmultipliedImageData()
240 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putPremultipliedImageData()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DStillImageHaiku.cpp67 const FloatRect& sourceRect, ColorSpace, CompositeOperator op) in draw()
DImageBufferHaiku.cpp232 BRect sourceRect(0, 0, size.width() - 1, size.height() - 1); in getImageData() local
272 static void putImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint, I… in putImageData()
305 void ImageBuffer::putUnmultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntP… in putUnmultipliedImageData()
312 void ImageBuffer::putPremultipliedImageData(ImageData* source, const IntRect& sourceRect, const Int… in putPremultipliedImageData()
/external/webkit/Source/WebCore/platform/graphics/qt/
DTextureMapperQt.h40 …IntRect sourceRect() const { return IntRect(0, 0, contentSize().width(), contentSize().height()); } in sourceRect() function
DImageBufferQt.cpp306 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putImageData()
386 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putUnmultipliedImageData()
391 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putPremultipliedImageData()
DGraphicsContextQt.cpp655 …QRect sourceRect(intersectRect.x() - imageRect.x(), intersectRect.y() - imageRect.y(), intersect… in drawRepeatPattern() local
/external/webkit/Source/WebCore/platform/graphics/wx/
DImageBufferWx.cpp75 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putUnmultipliedImageData()
80 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putPremultipliedImageData()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DBlit.cpp290 bool Blit::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLin… in formatConvert()
383 IDirect3DTexture9 *Blit::copySurfaceToTexture(IDirect3DSurface9 *surface, const RECT &sourceRect) in copySurfaceToTexture()
431 void Blit::setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset) in setViewport()
DTexture.cpp942 RECT sourceRect = {x, y, x + width, y + height}; in copyNonRenderable() local
1292 RECT sourceRect; in commitRect() local
1358 RECT sourceRect; in copyImage() local
1412 RECT sourceRect; in copySubImage() local
1829 RECT sourceRect; in commitRect() local
2192 RECT sourceRect; in copyImage() local
2279 RECT sourceRect; in copySubImage() local
DContext.cpp3298 RECT sourceRect; in blitFramebuffer() local
/external/webkit/Source/WebCore/platform/graphics/chromium/
DImageLayerChromium.cpp102 const IntRect sourceRect = layerBounds(); in tilingTransform() local
DTransparencyWin.cpp459 SkIRect sourceRect = { 0, 0, m_layerSize.width(), m_layerSize.height() }; in compositeOpaqueComposite() local
494 SkIRect sourceRect = { 0, 0, m_layerSize.width(), m_layerSize.height() }; in compositeTextComposite() local
DLayerTilerChromium.cpp313 IntRect sourceRect = tileContentRect(tile); in updateFromPixels() local
/external/webkit/Source/WebCore/platform/graphics/cairo/
DImageBufferCairo.cpp229 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putImageData()
286 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putUnmultipliedImageData()
291 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putPremultipliedImageData()
/external/webkit/Source/WebCore/platform/graphics/skia/
DImageBufferSkia.cpp270 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putImageData()
339 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putUnmultipliedImageData()
345 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putPremultipliedImageData()
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageBufferCG.cpp268 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putUnmultipliedImageData()
275 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putPremultipliedImageData()
DImageBufferDataCG.cpp255 …ferData::putData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putData()
/external/webkit/Source/WebCore/platform/graphics/android/
DImageBufferAndroid.cpp191 …ltipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putUnmultipliedImageData()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1285 FloatRect sourceRect = c->roundToDevicePixels(normalizedSrcRect); in drawImage() local
1348 FloatRect sourceRect = c->roundToDevicePixels(srcRect); in drawImage() local
1432 FloatRect sourceRect = c->roundToDevicePixels(srcRect); in drawImage() local
1726 IntRect sourceRect(destRect); in putImageData() local
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp420 GdkRectangle sourceRect = area; in scroll() local