Lines Matching refs:aRegion

803 	Region aRegion( rRegion );  in ImplPixelToDevicePixel()  local
804 aRegion.Move( mnOutOffX+mnOutOffOrigX, mnOutOffY+mnOutOffOrigY ); in ImplPixelToDevicePixel()
805 return aRegion; in ImplPixelToDevicePixel()
1280 Region aRegion; in LogicToPixel() local
1284 aRegion = Region(LogicToPixel(*rLogicRegion.getB2DPolyPolygon())); in LogicToPixel()
1288 aRegion = Region(LogicToPixel(*rLogicRegion.getPolyPolygon())); in LogicToPixel()
1299 aRegion.Union(LogicToPixel(*aRectIter)); in LogicToPixel()
1320 return aRegion; in LogicToPixel()
1491 Region aRegion; in LogicToPixel() local
1495 aRegion = Region(LogicToPixel(*rLogicRegion.getB2DPolyPolygon(), rMapMode)); in LogicToPixel()
1499 aRegion = Region(LogicToPixel(*rLogicRegion.getPolyPolygon(), rMapMode)); in LogicToPixel()
1510 aRegion.Union(LogicToPixel(*aRectIter, rMapMode)); in LogicToPixel()
1531 return aRegion; in LogicToPixel()
1675 Region aRegion; in PixelToLogic() local
1679 aRegion = Region(PixelToLogic(*rDeviceRegion.getB2DPolyPolygon())); in PixelToLogic()
1683 aRegion = Region(PixelToLogic(*rDeviceRegion.getPolyPolygon())); in PixelToLogic()
1694 aRegion.Union(PixelToLogic(*aRectIter)); in PixelToLogic()
1715 return aRegion; in PixelToLogic()
1890 Region aRegion; in PixelToLogic() local
1894 aRegion = Region(PixelToLogic(*rDeviceRegion.getB2DPolyPolygon(), rMapMode)); in PixelToLogic()
1898 aRegion = Region(PixelToLogic(*rDeviceRegion.getPolyPolygon(), rMapMode)); in PixelToLogic()
1909 aRegion.Union(PixelToLogic(*aRectIter, rMapMode)); in PixelToLogic()
1930 return aRegion; in PixelToLogic()