Lines Matching refs:pOutDev
45 void VirtualDevice::ImplInitVirDev( const OutputDevice* pOutDev, in ImplInitVirDev() argument
59 if ( !pOutDev ) in ImplInitVirDev()
60 pOutDev = ImplGetDefaultWindow(); in ImplInitVirDev()
61 if( !pOutDev ) in ImplInitVirDev()
65 if ( !pOutDev->mpGraphics ) in ImplInitVirDev()
66 ((OutputDevice*)pOutDev)->ImplGetGraphics(); in ImplInitVirDev()
67 pGraphics = pOutDev->mpGraphics; in ImplInitVirDev()
81 mnBitCount = ( nBitCount ? nBitCount : pOutDev->GetBitCount() ); in ImplInitVirDev()
96 if ( pOutDev->GetOutDevType() == OUTDEV_PRINTER ) in ImplInitVirDev()
98 else if ( pOutDev->GetOutDevType() == OUTDEV_VIRDEV ) in ImplInitVirDev()
99 mbScreenComp = ((VirtualDevice*)pOutDev)->mbScreenComp; in ImplInitVirDev()
105 mnDPIX = pOutDev->mnDPIX; in ImplInitVirDev()
106 mnDPIY = pOutDev->mnDPIY; in ImplInitVirDev()
107 maFont = pOutDev->maFont; in ImplInitVirDev()
109 if( maTextColor != pOutDev->maTextColor ) in ImplInitVirDev()
111 maTextColor = pOutDev->maTextColor; in ImplInitVirDev()