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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DVBoxVideoWinDbg.cpp104 ULONG64 u64Pitch; local
138 if (pExpr && GetExpressionEx(pExpr, &u64Pitch, &pExpr))
140 if (u64Pitch < u64DefaultPitch) { dprintf("pitch value can not be less than (%d)\n", (UINT)u64DefaultPitch); return; }
144 u64Pitch = u64DefaultPitch;
148 u64Mem, (UINT)u64Width, (UINT)u64Height, (UINT)u64Bpp, (UINT)u64Pitch);
158 if(u64DefaultPitch == u64Pitch)
180 for (i = 0; i < u64Height; ++i, u64Offset+=u64Pitch, pvcBuf+=u64DefaultPitch)

Completed in 43 milliseconds