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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVrdpBmp.cpp61 static BOOL bcComputeHash (const SURFOBJ *pso, VRDPBCHASH *phash) argument
72 phash->cx = (uint16_t)pso->sizlBitmap.cx;
73 phash->cy = (uint16_t)pso->sizlBitmap.cy;
74 phash->bytesPerPixel = bytesPerPixel;
77 phash->hash64 = surfHash (pso, cbLine);
79 memset (phash->padding, 0, sizeof (phash->padding));
207 static VRDPBCENTRY *bcFindHash (VRDPBC *pCache, const VRDPBCHASH *phash) argument
214 if (memcmp (&pEntry->hash, phash, sizeof (VRDPBCHASH)) == 0)
231 if (memcmp (&pEntry->hash, phash, sizeo
244 bcInsertHash(VRDPBC *pCache, const VRDPBCHASH *phash, VRDPBCHASH *phashDeleted, BOOL bForce) argument
321 vrdpbmpCacheSurface(VRDPBC *pCache, const SURFOBJ *pso, VRDPBCHASH *phash, VRDPBCHASH *phashDeleted, BOOL bForce) argument
[all...]
H A DVBoxDispVRDP.cpp820 const VRDPBCHASH *phash)
832 Assert(sizeof (*phash) == sizeof (order.hash));
833 memcpy (order.hash, phash, sizeof (*phash));
842 const VRDPBCHASH *phash)
851 vrdpReportMemBltRect (pDev, &pClipRects->rclDst, pptlSrc->x + xShift, pptlSrc->y + yShift, rop3, phash);
863 vrdpReportMemBltRect (pDev, &pClipRects->rects.arcl[i], pptlSrc->x + xShift, pptlSrc->y + yShift, rop3, phash);
870 const VRDPBCHASH *phash)
876 Assert(sizeof (*phash) == sizeof (order.hash));
877 memcpy (order.hash, phash, sizeo
815 vrdpReportMemBltRect(PVBOXDISPDEV pDev, RECTL *prcl, int xSrc, int ySrc, uint8_t rop3, const VRDPBCHASH *phash) argument
838 vrdpReportMemBlt(PVBOXDISPDEV pDev, VRDPCLIPRECTS *pClipRects, POINTL *pptlSrc, const uint8_t rop3, const VRDPBCHASH *phash) argument
868 vrdpReportCachedBitmap(PVBOXDISPDEV pDev, SURFOBJ *psoSrc, const VRDPBCHASH *phash) argument
896 vrdpReportDeletedBitmap(PVBOXDISPDEV pDev, const VRDPBCHASH *phash) argument
[all...]

Completed in 393 milliseconds