Searched defs:SrcW (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
515 SrcW = pSrcRect->right - pSrcRect->left;
519 if(DstW != SrcW && DstH != SrcH)
593 LONG DstH, DstW, SrcH, SrcW; local
597 SrcW = pSrcRect->right - pSrcRect->left;
599 if(DstW != SrcW && DstH != SrcH)

Completed in 34 milliseconds