| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | Blit9.cpp | 222 const RECT &sourceRect, in copy2D() 255 const RECT &sourceRect, in copyCube() 288 const RECT &sourceRect, in copyTexture() 330 const RECT &sourceRect, in copy() 386 const RECT &sourceRect, in formatConvert() 584 const RECT &sourceRect, in copySurfaceToTexture() 613 void Blit9::setViewportAndShaderConstants(const RECT &sourceRect, in setViewportAndShaderConstants()
|
| D | Image9.cpp | 158 const gl::Rectangle &sourceRect, in CopyImage() 589 RECT sourceRect = {sourceArea.x, sourceArea.y, sourceArea.x + width, sourceArea.y + height}; in copyFromRTInternal() local
|
| D | Renderer9.cpp | 2448 const gl::Rectangle &sourceRect, in copyImage2D() 2465 const gl::Rectangle &sourceRect, in copyImageCube() 2484 const gl::Rectangle &sourceRect, in copyImage3D() 2497 const gl::Rectangle &sourceRect, in copyImage2DArray()
|
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| D | FrameBufferGDI.cpp | 79 void FrameBufferGDI::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit() 100 …void FrameBufferGDI::blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const … in blit()
|
| D | FrameBufferOzone.cpp | 45 void FrameBufferOzone::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit()
|
| D | FrameBufferDD.cpp | 284 void FrameBufferDD::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit() 331 …void FrameBufferDD::blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const R… in blit()
|
| D | FrameBufferAndroid.cpp | 67 void FrameBufferAndroid::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit()
|
| D | FrameBufferX11.cpp | 142 void FrameBufferX11::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Texture.cpp | 388 bool Texture::copy(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffse… in copy() 645 sw::SliceRect sourceRect(x, y, x + width, y + height, 0); in copyImage() local 676 sw::SliceRect sourceRect(x, y, x + width, y + height, 0); in copySubImage() local 1331 sw::SliceRect sourceRect(x, y, x + width, y + height, 0); in copyImage() local 1376 sw::SliceRect sourceRect(x, y, x + width, y + height, 0); in copySubImage() local 1674 sw::SliceRect sourceRect(x, y, x + width, y + height, z); in copyImage() local 1708 sw::SliceRect sourceRect = {x, y, x + width, y + height, 0}; in copySubImage() local
|
| D | Device.cpp | 442 …bool Device::stretchRect(sw::Surface *source, const sw::SliceRectF *sourceRect, sw::Surface *dest,… in stretchRect()
|
| D | Context.cpp | 4059 sw::SliceRect sourceRect; in blitFramebuffer() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Blitter.cpp | 139 …void Blitter::blit(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &… in blit() 1391 …bool Blitter::blitReactor(Surface *source, const SliceRectF &sourceRect, Surface *dest, const Slic… in blitReactor()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Renderer11.cpp | 2471 const gl::Rectangle &sourceRect, in copyImageInternal() 2541 const gl::Rectangle &sourceRect, in copyImage2D() 2566 const gl::Rectangle &sourceRect, in copyImageCube() 2592 const gl::Rectangle &sourceRect, in copyImage3D() 2617 const gl::Rectangle &sourceRect, in copyImage2DArray()
|
| /third_party/skia/modules/canvaskit/tests/ |
| D | core.spec.js | 463 const sourceRect = CanvasKit.XYWHRect(0, 0, 150, 150); constant
|
| /third_party/skia/m133/modules/canvaskit/tests/ |
| D | core_test.js | 480 const sourceRect = CanvasKit.XYWHRect(0, 0, 150, 150); constant
|