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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxD3DIf.cpp250 uint32_t cRows = vboxWddmCalcNumRows(0, pAlloc->SurfDesc.height, pAlloc->SurfDesc.format); local
253 for (UINT j = 0; j < cRows; ++j)
294 uint32_t cRows = vboxWddmCalcNumRows(pRect->top, pRect->bottom, pAlloc->SurfDesc.format); local
295 for (UINT j = 0; j < cRows; ++j)
H A DVBoxDispD3D.cpp675 uint32_t cRows = vboxWddmCalcNumRows(0, pAlloc->SurfDesc.height, pAlloc->SurfDesc.format); local
676 for (UINT j = 0; j < cRows; ++j)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp817 uint32_t cRows = vboxWddmCalcNumRows(pDstRect->top, pDstRect->bottom, pDstAlloc->SurfDesc.format); local
821 for (uint32_t i = 0; i < cRows; ++i)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/
H A DVBoxMPIf.h772 UINT cRows = vboxWddmCalcNumRows(0, height, enmFormat); local
773 return pitch * cRows;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp4172 * @param cRows The number of rows to dump.
4179 uint32_t cCols, uint32_t cRows,
4184 if (iScrBegin || iScrEnd < cRows)
4186 cCols, iScrEnd - iScrBegin, iScrBegin, cRows - iScrEnd);
4193 for (iRow = 0; iRow < cRows; iRow++, pbSrcOuter += cbLine)
4196 pHlp->pfnPrintf(pHlp, "The last %u row/rows is/are outside the VRAM.\n", cRows - iRow);
4281 uint32_t cRows = iScrBegin + cScrRows; local
4286 cCols, cRows, iScrBegin, iScrBegin + cScrRows);
4177 vgaInfoTextWorker(PVGASTATE pThis, PCDBGFINFOHLP pHlp, uint32_t offStart, uint32_t cbLine, uint32_t cCols, uint32_t cRows, uint32_t iScrBegin, uint32_t iScrEnd) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapidefs.h430 ULONG cRows; /* Count of rows in aRow */ member in struct:_SRowSet
431 SRow aRow[MAPI_DIM]; /* Array of rows of length cRows */
435 #define CbSRowSet(p) CbNewSRowSet((p)->cRows)
437 struct _SRowSet_##id { ULONG cRows; SRow aRow[n]; } id
H A Dwinuser.h3048 INT cRows; member in struct:__anon14603
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapidefs.h433 ULONG cRows; /* Count of rows in aRow */ member in struct:_SRowSet
434 SRow aRow[MAPI_DIM]; /* Array of rows of length cRows */
438 #define CbSRowSet(p) CbNewSRowSet((p)->cRows)
440 struct _SRowSet_##id { ULONG cRows; SRow aRow[n]; } id
H A Dwinuser.h4131 INT cRows; member in struct:__anon1909

Completed in 225 milliseconds