Searched refs:rDevSize (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 450 void OutputDevice::ImplDrawFrameDev( const Point& rPt, const Point& rDevPt, const Size& rDevSize, in ImplDrawFrameDev() argument 480 aPosAry.mnSrcWidth = rDevSize.Width(); in ImplDrawFrameDev() 481 aPosAry.mnSrcHeight = rDevSize.Height(); in ImplDrawFrameDev() 484 aPosAry.mnDestWidth = rDevSize.Width(); in ImplDrawFrameDev() 485 aPosAry.mnDestHeight = rDevSize.Height(); in ImplDrawFrameDev() 498 void OutputDevice::ImplGetFrameDev( const Point& rPt, const Point& rDevPt, const Size& rDevSize, in ImplGetFrameDev() argument 505 rDev.DrawOutDev( rDevPt, rDevSize, rPt, rDevSize, *this ); in ImplGetFrameDev()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 531 …AL_DLLPRIVATE void ImplDrawFrameDev( const Point& rPt, const Point& rDevPt, const Size& rDevSize, 533 SAL_DLLPRIVATE void ImplGetFrameDev( const Point& rPt, const Point& rDevPt, const Size& rDevSize,
|
Completed in 54 milliseconds