Home | History | Annotate | Download | only in vk

Lines Matching defs:dstY

1028     int32_t dstY = dstPoint.fY;
1034 dstY = dst->height() - dstPoint.fY - srcVkRect.height();
1042 copyRegion.dstOffset = { dstPoint.fX, dstY, 0 };