Searched refs:a2DRange (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/chart2/source/view/main/ |
H A D | Clipping.cxx | 223 …::basegfx::B2DRange a2DRange( a3DRange.getMinX(), a3DRange.getMinY(), a3DRange.getMaxX(), a3DRange… in clipPolygonAtRectangle() 224 if( rRectangle.isInside( a2DRange ) ) in clipPolygonAtRectangle() 231 a2DRange.intersect( rRectangle ); in clipPolygonAtRectangle() 232 if( a2DRange.isEmpty() ) in clipPolygonAtRectangle()
|
/aoo41x/main/drawinglayer/source/processor3d/ |
H A D | defaultprocessor3d.cxx | 292 …const basegfx::B2DRange a2DRange(a3DRange.getMinX(), a3DRange.getMinY(), a3DRange.getMaxX(), a3DRa… in impRenderPolygonHairlinePrimitive3D() local 294 if(a2DRange.overlaps(maRasterRange)) in impRenderPolygonHairlinePrimitive3D() 332 …const basegfx::B2DRange a2DRange(a3DRange.getMinX(), a3DRange.getMinY(), a3DRange.getMaxX(), a3DRa… in impRenderPolyPolygonMaterialPrimitive3D() local 334 bPaintIt = a2DRange.overlaps(maRasterRange); in impRenderPolyPolygonMaterialPrimitive3D()
|
/aoo41x/main/svx/source/table/ |
H A D | tablecontroller.cxx | 1948 basegfx::B2DRange a2DRange( basegfx::B2DPoint(aRect.Left(), aRect.Top()) ); in updateSelectionOverlay() local 1949 a2DRange.expand( basegfx::B2DPoint(aRect.Right(), aRect.Bottom()) ); in updateSelectionOverlay() 1953 a2DRange.expand( basegfx::B2DPoint(aRect.Left(), aRect.Top()) ); in updateSelectionOverlay() 1954 a2DRange.expand( basegfx::B2DPoint(aRect.Right(), aRect.Bottom()) ); in updateSelectionOverlay() 1955 aRanges.push_back( a2DRange ); in updateSelectionOverlay()
|
Completed in 35 milliseconds