Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.cpp1027 SkIRect srcVkRect = srcRect; in copySurfaceAsCopyImage() local
1032 srcVkRect.fTop = src->height() - srcRect.fBottom; in copySurfaceAsCopyImage()
1033 srcVkRect.fBottom = src->height() - srcRect.fTop; in copySurfaceAsCopyImage()
1034 dstY = dst->height() - dstPoint.fY - srcVkRect.height(); in copySurfaceAsCopyImage()
1040 copyRegion.srcOffset = { srcVkRect.fLeft, srcVkRect.fTop, 0 }; in copySurfaceAsCopyImage()
1043 copyRegion.extent = { (uint32_t)srcVkRect.width(), (uint32_t)srcVkRect.height(), 0 }; in copySurfaceAsCopyImage()