Home
last modified time | relevance | path

Searched refs:rDevicePolyPoly (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx1043 PolyPolygon PixelToLogic( const PolyPolygon& rDevicePolyPoly ) const;
1044 basegfx::B2DPolyPolygon PixelToLogic( const basegfx::B2DPolyPolygon& rDevicePolyPoly ) const;
1056 PolyPolygon PixelToLogic( const PolyPolygon& rDevicePolyPoly,
1058 basegfx::B2DPolyPolygon PixelToLogic( const basegfx::B2DPolyPolygon& rDevicePolyPoly,
/trunk/main/vcl/source/gdi/
H A Doutmap.cxx1626 PolyPolygon OutputDevice::PixelToLogic( const PolyPolygon& rDevicePolyPoly ) const in PixelToLogic()
1629 DBG_CHKOBJ( &rDevicePolyPoly, PolyPolygon, NULL ); in PixelToLogic()
1632 return rDevicePolyPoly; in PixelToLogic()
1634 PolyPolygon aPolyPoly( rDevicePolyPoly ); in PixelToLogic()
1838 PolyPolygon OutputDevice::PixelToLogic( const PolyPolygon& rDevicePolyPoly, in PixelToLogic() argument
1842 DBG_CHKOBJ( &rDevicePolyPoly, PolyPolygon, NULL ); in PixelToLogic()
1845 return rDevicePolyPoly; in PixelToLogic()
1847 PolyPolygon aPolyPoly( rDevicePolyPoly ); in PixelToLogic()

Completed in 26 milliseconds