Home
last modified time | relevance | path

Searched refs:sourceRect (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DBlit9.cpp222 const RECT &sourceRect, in copy2D() argument
248 ANGLE_TRY(copy(context9, source.Get(), nullptr, sourceRect, destFormat, destOffset, in copy2D()
255 const RECT &sourceRect, in copyCube() argument
281 return copy(context9, source.Get(), nullptr, sourceRect, destFormat, destOffset, in copyCube()
288 const RECT &sourceRect, in copyTexture() argument
323 return copy(context9, sourceSurface.Get(), sourceTexture, sourceRect, destFormat, destOffset, in copyTexture()
330 const RECT &sourceRect, in copy() argument
353 destOffset.x + (sourceRect.right - sourceRect.left), in copy()
354 destOffset.y + (sourceRect.bottom - sourceRect.top)}; in copy()
355 HRESULT result = device->StretchRect(source, &sourceRect, dest, &destRect, D3DTEXF_POINT); in copy()
[all …]
DBlit9.h48 const RECT &sourceRect,
55 const RECT &sourceRect,
64 const RECT &sourceRect,
91 const RECT &sourceRect,
108 const RECT &sourceRect,
117 const RECT &sourceRect,
119 void setViewportAndShaderConstants(const RECT &sourceRect,
DImage9.cpp159 const gl::Rectangle &sourceRect, in CopyImage() argument
201 sourceRect.x * sourceD3DFormatInfo.pixelBytes + in CopyImage()
202 sourceRect.y * sourceLocked.Pitch; in CopyImage()
212 destD3DFormatInfo.info().componentType, sourceRect.width, sourceRect.height, in CopyImage()
591 RECT sourceRect = {sourceArea.x, sourceArea.y, sourceArea.x + width, sourceArea.y + height}; in copyFromRTInternal() local
595 hr = renderTargetData->LockRect(&sourceLock, &sourceRect, 0); in copyFromRTInternal()
DRenderer9.h179 const gl::Rectangle &sourceRect,
186 const gl::Rectangle &sourceRect,
194 const gl::Rectangle &sourceRect,
201 const gl::Rectangle &sourceRect,
DRenderer9.cpp2487 const gl::Rectangle &sourceRect, in copyImage2D() argument
2494 rect.left = sourceRect.x; in copyImage2D()
2495 rect.top = sourceRect.y; in copyImage2D()
2496 rect.right = sourceRect.x + sourceRect.width; in copyImage2D()
2497 rect.bottom = sourceRect.y + sourceRect.height; in copyImage2D()
2504 const gl::Rectangle &sourceRect, in copyImageCube() argument
2512 rect.left = sourceRect.x; in copyImageCube()
2513 rect.top = sourceRect.y; in copyImageCube()
2514 rect.right = sourceRect.x + sourceRect.width; in copyImageCube()
2515 rect.bottom = sourceRect.y + sourceRect.height; in copyImageCube()
[all …]
DImage9.h42 const gl::Rectangle &sourceRect,
/external/angle/src/libANGLE/renderer/d3d/
DRendererD3D.h226 const gl::Rectangle &sourceRect,
233 const gl::Rectangle &sourceRect,
241 const gl::Rectangle &sourceRect,
248 const gl::Rectangle &sourceRect,
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h141 const gl::Rectangle &sourceRect,
148 const gl::Rectangle &sourceRect,
156 const gl::Rectangle &sourceRect,
163 const gl::Rectangle &sourceRect,
542 const gl::Rectangle &sourceRect,
DRenderer11.cpp2579 const gl::Rectangle &sourceRect, in copyImageInternal() argument
2595 gl::Box sourceArea(sourceRect.x, sourceRect.y, 0, sourceRect.width, sourceRect.height, 1); in copyImageInternal()
2601 sourceArea.y = sourceSize.height - sourceRect.y; in copyImageInternal()
2605 gl::Box destArea(destOffset.x, destOffset.y, 0, sourceRect.width, sourceRect.height, 1); in copyImageInternal()
2650 const gl::Rectangle &sourceRect, in copyImage2D() argument
2665 ANGLE_TRY(copyImageInternal(context, framebuffer, sourceRect, destFormat, destOffset, in copyImage2D()
2675 const gl::Rectangle &sourceRect, in copyImageCube() argument
2691 ANGLE_TRY(copyImageInternal(context, framebuffer, sourceRect, destFormat, destOffset, in copyImageCube()
2701 const gl::Rectangle &sourceRect, in copyImage3D() argument
2716 ANGLE_TRY(copyImageInternal(context, framebuffer, sourceRect, destFormat, destOffset, in copyImage3D()
[all …]
/external/skia/modules/canvaskit/tests/
Dcore_test.js473 const sourceRect = CanvasKit.XYWHRect(0, 0, 150, 150); constant
474 … canvas.drawImageRect(skImage1, sourceRect, CanvasKit.XYWHRect(0, row * 100, 90, 90), null, false);
475 …canvas.drawImageRect(skImage2, sourceRect, CanvasKit.XYWHRect(100, row * 100, 90, 90), null, false…
476 …canvas.drawImageRect(skImage3, sourceRect, CanvasKit.XYWHRect(200, row * 100, 90, 90), null, false…
477 …canvas.drawImageRect(skImage4, sourceRect, CanvasKit.XYWHRect(300, row * 100, 90, 90), null, false…
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c11783 Rect sourceRect; in Qt_GraphicsImportSetSourceRect() local
11789 PyMac_GetRect, &sourceRect)) in Qt_GraphicsImportSetSourceRect()
11792 &sourceRect); in Qt_GraphicsImportSetSourceRect()
11803 Rect sourceRect; in Qt_GraphicsImportGetSourceRect() local
11811 &sourceRect); in Qt_GraphicsImportGetSourceRect()
11814 PyMac_BuildRect, &sourceRect); in Qt_GraphicsImportGetSourceRect()