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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h782 class VBoxVHWASurfaceBase class
785 VBoxVHWASurfaceBase (class VBoxVHWAImage *pImage,
795 virtual ~VBoxVHWASurfaceBase();
797 void init (VBoxVHWASurfaceBase * pPrimary, uchar *pvMem);
809 bool performDisplay (VBoxVHWASurfaceBase *pPrimary, bool bForce);
814 void updateVisibility (VBoxVHWASurfaceBase *pPrimary, const QRect & aVisibleTargRect, bool bNotIntersected, bool bForce);
926 const VBoxVHWAColorKey * getActiveDstOverlayCKey (VBoxVHWASurfaceBase * pPrimary)
947 VBoxVHWASurfaceBase * primary() { return mpPrimary; }
948 void setPrimary(VBoxVHWASurfaceBase *apPrimary) { mpPrimary = apPrimary; }
958 int performBlt (const QRect * pDstRect, VBoxVHWASurfaceBase * pSrcSurfac
[all...]

Completed in 167 milliseconds