Lines Matching refs:rNewSize
206 sal_Bool VirtualDevice::ImplSetOutputSizePixel( const Size& rNewSize, sal_Bool bErase ) in ImplSetOutputSizePixel() argument
208 …DBG_TRACE3( "VirtualDevice::ImplSetOutputSizePixel( %ld, %ld, %d )", rNewSize.Width(), rNewSize.He… in ImplSetOutputSizePixel()
212 else if ( rNewSize == GetOutputSizePixel() ) in ImplSetOutputSizePixel()
220 long nNewWidth = rNewSize.Width(), nNewHeight = rNewSize.Height(); in ImplSetOutputSizePixel()
234 mnOutWidth = rNewSize.Width(); in ImplSetOutputSizePixel()
235 mnOutHeight = rNewSize.Height(); in ImplSetOutputSizePixel()
282 mnOutWidth = rNewSize.Width(); in ImplSetOutputSizePixel()
283 mnOutHeight = rNewSize.Height(); in ImplSetOutputSizePixel()
317 sal_Bool VirtualDevice::SetOutputSizePixel( const Size& rNewSize, sal_Bool bErase ) in SetOutputSizePixel() argument
319 if( ImplSetOutputSizePixel(rNewSize, bErase) ) in SetOutputSizePixel()
324 if(mpAlphaVDev && mpAlphaVDev->GetOutputSizePixel() != rNewSize) in SetOutputSizePixel()
333 mpAlphaVDev->ImplSetOutputSizePixel(rNewSize, bErase); in SetOutputSizePixel()