Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DBlit9.cpp211 bool Blit9::copy2D(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint x… in copy2D()
247 bool Blit9::copyCube(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint… in copyCube()
283 bool Blit9::copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffse… in copy()
316 bool Blit9::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLi… in formatConvert()
469 IDirect3DTexture9 *Blit9::copySurfaceToTexture(IDirect3DSurface9 *surface, const RECT &sourceRect) in copySurfaceToTexture()
516 void Blit9::setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset) in setViewport()
DRenderer9.cpp2431 bool Renderer9::copyImage2D(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum d… in copyImage2D()
2443 bool Renderer9::copyImageCube(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum… in copyImageCube()
2455 bool Renderer9::copyImage3D(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum d… in copyImage3D()
2463 bool Renderer9::copyImage2DArray(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLe… in copyImage2DArray()
DImage9.cpp504 RECT sourceRect = {x, y, x + width, y + height}; in copy() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEComposite.cpp333 FloatRect sourceRect(IntPoint(destinationRect.x() - in->absolutePaintRect().x(), in applySoftware() local
DFilterEffect.cpp117 FloatRect sourceRect = mapRect(destRect, false); in getSourceRect() local
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DTextureD3D.cpp395 gl::Rectangle sourceRect; in copyImage() local
427 gl::Rectangle sourceRect; in copySubImage() local
875 gl::Rectangle sourceRect; in copyImage() local
908 gl::Rectangle sourceRect; in copySubImage() local
1437 gl::Rectangle sourceRect; in copySubImage() local
1909 gl::Rectangle sourceRect; in copySubImage() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.cpp364 …ltiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putByteArray()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DRenderer11.cpp1944 bool Renderer11::copyImage2D(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum … in copyImage2D()
2006 bool Renderer11::copyImageCube(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenu… in copyImageCube()
2068 bool Renderer11::copyImage3D(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum … in copyImage3D()
2130 bool Renderer11::copyImage2DArray(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GL… in copyImage2DArray()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1876 IntRect sourceRect(destRect); in putImageData() local