Lines Matching refs:rPolyPolygon
1703 sal_Bool ImpIsLine(const basegfx::B2DPolyPolygon& rPolyPolygon) in ImpIsLine() argument
1705 return (1L == rPolyPolygon.count() && 2L == rPolyPolygon.getB2DPolygon(0L).count()); in ImpIsLine()
1708 Rectangle ImpGetBoundRect(const basegfx::B2DPolyPolygon& rPolyPolygon) in ImpGetBoundRect() argument
1710 basegfx::B2DRange aRange(basegfx::tools::getRange(rPolyPolygon)); in ImpGetBoundRect()
2876 …Obj::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const in TRGetBaseGeometry()
2887 rPolyPolygon = GetPathPoly(); in TRGetBaseGeometry()
2896 const basegfx::B2DRange aPolyRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry()
2920 rPolyPolygon.transform(aInvObjectMatrix); in TRGetBaseGeometry()
2928 const basegfx::B2DRange aCorrectedRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry()
2942 const basegfx::B2DRange aPolyRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry()
2952 rPolyPolygon.transform(aMoveToZeroMatrix); in TRGetBaseGeometry()
2984 rPolyPolygon.transform(aTwipsToMM); in TRGetBaseGeometry()
3008 …RSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon) in TRSetBaseGeometry() argument
3026 basegfx::B2DPolyPolygon aNewPolyPolygon(rPolyPolygon); in TRSetBaseGeometry()