Home | History | Annotate | Download | only in vk

Lines Matching refs:dstOffsets

1037         blitRegion.dstOffsets[0] = { 0, 0, 0 };
1038 blitRegion.dstOffsets[1] = { width, height, 1 };
1090 blitRegion.dstOffsets[0] = { 0, 0, 0 };
1091 blitRegion.dstOffsets[1] = { width, height, 1 };
1783 blitRegion.dstOffsets[0] = { dstRect.fLeft, dstRect.fTop, 0 };
1784 blitRegion.dstOffsets[1] = { dstRect.fRight, dstRect.fBottom, 1 };