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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DVBoxVideoWinDbg.cpp101 ULONG64 u64Height; local
120 if (!GetExpressionEx(pExpr, &u64Height, &pExpr)) { dprintf("error evaluating height\n"); return; }
121 if (!u64Height) { dprintf("height value can not be NULL\n"); return; }
148 u64Mem, (UINT)u64Width, (UINT)u64Height, (UINT)u64Bpp, (UINT)u64Pitch);
150 ULONG64 cbSize = u64DefaultPitch * u64Height;
180 for (i = 0; i < u64Height; ++i, u64Offset+=u64Pitch, pvcBuf+=u64DefaultPitch)
188 u64Height = i;
196 u64Height = i;
209 if (!u64Height)
238 ULONG64 cbSize32 = u64DefaultPitch * 4 * u64Height;
[all...]

Completed in 32 milliseconds