Go to the source code of this file.
|
B2DPolyPolygon | basegfx::utils::clipPolyPolygonOnParallelAxis (const B2DPolyPolygon &rCandidate, bool bParallelToXAxis, bool bAboveAxis, double fValueOnOtherAxis, bool bStroke) |
|
B2DPolyPolygon | basegfx::utils::clipPolygonOnParallelAxis (const B2DPolygon &rCandidate, bool bParallelToXAxis, bool bAboveAxis, double fValueOnOtherAxis, bool bStroke) |
|
B2DPolyPolygon | basegfx::utils::clipPolyPolygonOnRange (const B2DPolyPolygon &rCandidate, const B2DRange &rRange, bool bInside, bool bStroke) |
|
B2DPolyPolygon | basegfx::utils::clipPolygonOnRange (const B2DPolygon &rCandidate, const B2DRange &rRange, bool bInside, bool bStroke) |
|
B2DPolyPolygon | basegfx::utils::clipPolyPolygonOnPolyPolygon (const B2DPolyPolygon &rCandidate, const B2DPolyPolygon &rClip, bool bInside, bool bStroke, size_t *pPointLimit) |
|
B2DPolyPolygon | basegfx::utils::clipPolygonOnPolyPolygon (const B2DPolygon &rCandidate, const B2DPolyPolygon &rClip, bool bInside, bool bStroke) |
|
B2DPolygon | basegfx::utils::clipTriangleListOnRange (const B2DPolygon &rCandidate, const B2DRange &rRange) |
|