Searched defs:sourceRect (Results 1 – 9 of 9) sorted by relevance
| /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
| D | Blit9.cpp | 211 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()
|
| D | Renderer9.cpp | 2431 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()
|
| D | Image9.cpp | 504 RECT sourceRect = {x, y, x + width, y + height}; in copy() local
|
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
| D | FEComposite.cpp | 333 FloatRect sourceRect(IntPoint(destinationRect.x() - in->absolutePaintRect().x(), in applySoftware() local
|
| D | FilterEffect.cpp | 117 FloatRect sourceRect = mapRect(destRect, false); in getSourceRect() local
|
| /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/ |
| D | TextureD3D.cpp | 395 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/ |
| D | ImageBuffer.cpp | 364 …ltiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const I… in putByteArray()
|
| /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
| D | Renderer11.cpp | 1944 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/ |
| D | CanvasRenderingContext2D.cpp | 1876 IntRect sourceRect(destRect); in putImageData() local
|