Searched refs:DstW (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
513 DstW = pDstRect->right - pDstRect->left;
517 DstWBytes = ((DstW * bpp + 7) >> 3);
519 if(DstW != SrcW && DstH != SrcH)
593 LONG DstH, DstW, SrcH, SrcW; local
595 DstW = pDstRect->right - pDstRect->left;
599 if(DstW != SrcW && DstH != SrcH)

Completed in 563 milliseconds