Home
last modified time | relevance | path

Searched refs:srcVkRect (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkGpu.cpp1835 SkIRect srcVkRect = srcRect; in copySurfaceAsCopyImage() local
1840 srcVkRect.fTop = src->height() - srcRect.fBottom; in copySurfaceAsCopyImage()
1841 srcVkRect.fBottom = src->height() - srcRect.fTop; in copySurfaceAsCopyImage()
1842 dstY = dst->height() - dstPoint.fY - srcVkRect.height(); in copySurfaceAsCopyImage()
1848 copyRegion.srcOffset = { srcVkRect.fLeft, srcVkRect.fTop, 0 }; in copySurfaceAsCopyImage()
1851 copyRegion.extent = { (uint32_t)srcVkRect.width(), (uint32_t)srcVkRect.height(), 1 }; in copySurfaceAsCopyImage()
1892 SkIRect srcVkRect; in copySurfaceAsBlit() local
1893 srcVkRect.fLeft = srcRect.fLeft; in copySurfaceAsBlit()
1894 srcVkRect.fRight = srcRect.fRight; in copySurfaceAsBlit()
1900 srcVkRect.fTop = src->height() - srcRect.fBottom; in copySurfaceAsBlit()
[all …]
/external/skia/src/gpu/vk/
DGrVkGpu.cpp1874 SkIRect srcVkRect = srcRect; in copySurfaceAsCopyImage() local
1879 srcVkRect.fTop = src->height() - srcRect.fBottom; in copySurfaceAsCopyImage()
1880 srcVkRect.fBottom = src->height() - srcRect.fTop; in copySurfaceAsCopyImage()
1881 dstY = dst->height() - dstPoint.fY - srcVkRect.height(); in copySurfaceAsCopyImage()
1887 copyRegion.srcOffset = { srcVkRect.fLeft, srcVkRect.fTop, 0 }; in copySurfaceAsCopyImage()
1890 copyRegion.extent = { (uint32_t)srcVkRect.width(), (uint32_t)srcVkRect.height(), 1 }; in copySurfaceAsCopyImage()
1934 SkIRect srcVkRect; in copySurfaceAsBlit() local
1935 srcVkRect.fLeft = srcRect.fLeft; in copySurfaceAsBlit()
1936 srcVkRect.fRight = srcRect.fRight; in copySurfaceAsBlit()
1942 srcVkRect.fTop = src->height() - srcRect.fBottom; in copySurfaceAsBlit()
[all …]