Searched refs:i_pTargetOutDev (Results 1 – 1 of 1) sorted by relevance
9916 void Window::ImplPaintToDevice( OutputDevice* i_pTargetOutDev, const Point& i_rPos ) in ImplPaintToDevice() argument9925 mnDPIX = i_pTargetOutDev->ImplGetDPIX(); in ImplPaintToDevice()9926 mnDPIY = i_pTargetOutDev->ImplGetDPIY(); in ImplPaintToDevice()10001 VirtualDevice* pMaskedDevice = new VirtualDevice( *i_pTargetOutDev, 0, 0 ); in ImplPaintToDevice()10007 i_pTargetOutDev->DrawBitmapEx( i_rPos, aBmpEx ); in ImplPaintToDevice()10023 pChild->ImplPaintToDevice( i_pTargetOutDev, aPos ); in ImplPaintToDevice()
Completed in 64 milliseconds