Searched refs:srcVkRect (Results 1 – 2 of 2) sorted by relevance
1835 SkIRect srcVkRect = srcRect; in copySurfaceAsCopyImage() local1840 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() local1893 srcVkRect.fLeft = srcRect.fLeft; in copySurfaceAsBlit()1894 srcVkRect.fRight = srcRect.fRight; in copySurfaceAsBlit()1900 srcVkRect.fTop = src->height() - srcRect.fBottom; in copySurfaceAsBlit()[all …]
1874 SkIRect srcVkRect = srcRect; in copySurfaceAsCopyImage() local1879 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() local1935 srcVkRect.fLeft = srcRect.fLeft; in copySurfaceAsBlit()1936 srcVkRect.fRight = srcRect.fRight; in copySurfaceAsBlit()1942 srcVkRect.fTop = src->height() - srcRect.fBottom; in copySurfaceAsBlit()[all …]