Lines Matching refs:PolyPolygon
57 DBG_NAMEEX( PolyPolygon )
725 PolyPolygon OutputDevice::ImplLogicToDevicePixel( const PolyPolygon& rLogicPolyPoly ) const in ImplLogicToDevicePixel()
730 PolyPolygon aPolyPoly( rLogicPolyPoly ); in ImplLogicToDevicePixel()
1231 PolyPolygon OutputDevice::LogicToPixel( const PolyPolygon& rLogicPolyPoly ) const in LogicToPixel()
1234 DBG_CHKOBJ( &rLogicPolyPoly, PolyPolygon, NULL ); in LogicToPixel()
1239 PolyPolygon aPolyPoly( rLogicPolyPoly ); in LogicToPixel()
1439 PolyPolygon OutputDevice::LogicToPixel( const PolyPolygon& rLogicPolyPoly, in LogicToPixel()
1443 DBG_CHKOBJ( &rLogicPolyPoly, PolyPolygon, NULL ); in LogicToPixel()
1448 PolyPolygon aPolyPoly( rLogicPolyPoly ); in LogicToPixel()
1626 PolyPolygon OutputDevice::PixelToLogic( const PolyPolygon& rDevicePolyPoly ) const in PixelToLogic()
1629 DBG_CHKOBJ( &rDevicePolyPoly, PolyPolygon, NULL ); in PixelToLogic()
1634 PolyPolygon aPolyPoly( rDevicePolyPoly ); in PixelToLogic()
1838 PolyPolygon OutputDevice::PixelToLogic( const PolyPolygon& rDevicePolyPoly, in PixelToLogic()
1842 DBG_CHKOBJ( &rDevicePolyPoly, PolyPolygon, NULL ); in PixelToLogic()
1847 PolyPolygon aPolyPoly( rDevicePolyPoly ); in PixelToLogic()