Lines Matching refs:GetOutputSizePixel
414 Rectangle aDstRect( aPoint, GetOutputSizePixel() ); in DrawTransparent()
660 Rectangle aDstRect( aPoint, GetOutputSizePixel() ); in DrawTransparent()
707 aPoint, pVDev->GetOutputSizePixel(), // dest in DrawTransparent()
708 aDstRect.TopLeft(), pVDev->GetOutputSizePixel(), // source in DrawTransparent()
719 const Bitmap aPaint(pVDev->GetBitmap(aPoint, pVDev->GetOutputSizePixel())); in DrawTransparent()
727 const AlphaMask aAlpha(pVDev->GetBitmap(aPoint, pVDev->GetOutputSizePixel())); in DrawTransparent()
750 aPaint = pVDev->GetBitmap( Point(), pVDev->GetOutputSizePixel() ); in DrawTransparent()
763 aMask = pVDev->GetBitmap( Point(), pVDev->GetOutputSizePixel() ); in DrawTransparent()
771 pVDev->DrawMask( Point(), pVDev->GetOutputSizePixel(), aMask, Color( COL_WHITE ) ); in DrawTransparent()
773 aAlpha = pVDev->GetBitmap( Point(), pVDev->GetOutputSizePixel() ); in DrawTransparent()
848 aBmpEx = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in ImplDrawBitmapWallpaper()
997 const Rectangle aOutRect( aTmpPoint, GetOutputSizePixel() ); in ImplDrawBitmapWallpaper()
1160 Rectangle aCtrlRegion( aGcc3WorkaroundTemporary, GetOutputSizePixel() ); in Erase()