Lines Matching refs:Polygon
56 DBG_NAMEEX( Polygon )
682 Polygon OutputDevice::ImplLogicToDevicePixel( const Polygon& rLogicPoly ) const in ImplLogicToDevicePixel()
689 Polygon aPoly( rLogicPoly ); in ImplLogicToDevicePixel()
734 Polygon& rPoly = aPolyPoly[i]; in ImplLogicToDevicePixel()
1198 Polygon OutputDevice::LogicToPixel( const Polygon& rLogicPoly ) const in LogicToPixel()
1201 DBG_CHKOBJ( &rLogicPoly, Polygon, NULL ); in LogicToPixel()
1208 Polygon aPoly( rLogicPoly ); in LogicToPixel()
1243 Polygon& rPoly = aPolyPoly[i]; in LogicToPixel()
1400 Polygon OutputDevice::LogicToPixel( const Polygon& rLogicPoly, in LogicToPixel()
1404 DBG_CHKOBJ( &rLogicPoly, Polygon, NULL ); in LogicToPixel()
1416 Polygon aPoly( rLogicPoly ); in LogicToPixel()
1452 Polygon& rPoly = aPolyPoly[i]; in LogicToPixel()
1593 Polygon OutputDevice::PixelToLogic( const Polygon& rDevicePoly ) const in PixelToLogic()
1596 DBG_CHKOBJ( &rDevicePoly, Polygon, NULL ); in PixelToLogic()
1603 Polygon aPoly( rDevicePoly ); in PixelToLogic()
1638 Polygon& rPoly = aPolyPoly[i]; in PixelToLogic()
1798 Polygon OutputDevice::PixelToLogic( const Polygon& rDevicePoly, in PixelToLogic()
1802 DBG_CHKOBJ( &rDevicePoly, Polygon, NULL ); in PixelToLogic()
1815 Polygon aPoly( rDevicePoly ); in PixelToLogic()
1851 Polygon& rPoly = aPolyPoly[i]; in PixelToLogic()