Searched refs:DstWBytes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp510 LONG DstH, DstW, SrcH, SrcW, DstWBytes; local
517 DstWBytes = ((DstW * bpp + 7) >> 3);
529 if (!(fMatch = !memcmp(pDst, pSrc, DstWBytes)))

Completed in 44 milliseconds