Searched defs:desty (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp824 uint32_t srcx, srcy, destx, desty; local
827 for (srcy = joff * bpp, desty = joff * VNC_SIZEOFRGBA;
828 desty < (joff + order->h * width) * VNC_SIZEOFRGBA;
829 srcy += width * bpp, desty += width * VNC_SIZEOFRGBA)
832 for (srcx = srcy, destx = desty;
833 destx < desty + order->w * VNC_SIZEOFRGBA;
844 for (srcy = joff * bpp, desty = joff * VNC_SIZEOFRGBA;
845 desty < (joff + order->h * width) * VNC_SIZEOFRGBA;
846 srcy += width * bpp, desty += width * VNC_SIZEOFRGBA)
848 for (srcx = srcy, destx = desty;
[all...]

Completed in 46 milliseconds