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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DVBoxVideoWinDbg.cpp100 ULONG64 u64Width; local
115 if (!GetExpressionEx(pExpr, &u64Width, &pExpr)) { dprintf("error evaluating width\n"); return; }
116 if (!u64Width) { dprintf("width value can not be NULL\n"); return; }
137 u64DefaultPitch = (((((u64Width * u64Bpp) + 7) >> 3) + 3) & ~3ULL);
148 u64Mem, (UINT)u64Width, (UINT)u64Height, (UINT)u64Bpp, (UINT)u64Pitch);
251 for (UINT j = 0; j < u64Width; ++j)
276 Bmp.bmWidth = (LONG)u64Width;

Completed in 241 milliseconds