Searched defs:DstH (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
512 DstH = pDstRect->bottom - pDstRect->top;
519 if(DstW != SrcW && DstH != SrcH)
527 for (LONG i = 0; i < DstH; ++i)
593 LONG DstH, DstW, SrcH, SrcW; local
594 DstH = pDstRect->bottom - pDstRect->top;
599 if(DstW != SrcW && DstH != SrcH)

Completed in 46 milliseconds