Lines Matching refs:basegfx

740 	basegfx::B2DPolyPolygon aXorPolyPolygon(TakeXorPoly());  in ImpSetContourPolygon()
741 basegfx::B2DPolyPolygon* pContourPolyPolygon = 0L; in ImpSetContourPolygon()
742 basegfx::B2DHomMatrix aMatrix(basegfx::tools::createTranslateB2DHomMatrix( in ImpSetContourPolygon()
757 pContourPolyPolygon = new basegfx::B2DPolyPolygon(); in ImpSetContourPolygon()
1270 basegfx::B2DPolyPolygon SdrTextObj::TakeXorPoly() const in TakeXorPoly()
1276 basegfx::B2DPolyPolygon aRetval; in TakeXorPoly()
1281 basegfx::B2DPolyPolygon SdrTextObj::TakeContour() const in TakeContour()
1283 basegfx::B2DPolyPolygon aRetval(SdrAttrObj::TakeContour()); in TakeContour()
1703 sal_Bool SdrTextObj::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& /*r… in TRGetBaseGeometry()
1713 basegfx::B2DTuple aScale(aRectangle.GetWidth(), aRectangle.GetHeight()); in TRGetBaseGeometry()
1714 basegfx::B2DTuple aTranslate(aRectangle.Left(), aRectangle.Top()); in TRGetBaseGeometry()
1721 aTranslate -= basegfx::B2DTuple(GetAnchorPos().X(), GetAnchorPos().Y()); in TRGetBaseGeometry()
1751 rMatrix = basegfx::tools::createScaleShearXRotateTranslateB2DHomMatrix( in TRGetBaseGeometry()
1753 basegfx::fTools::equalZero(fShearX) ? 0.0 : tan(fShearX), in TRGetBaseGeometry()
1754 basegfx::fTools::equalZero(fRotate) ? 0.0 : -fRotate, in TRGetBaseGeometry()
1763 void SdrTextObj::TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPoly… in TRSetBaseGeometry()
1766 basegfx::B2DTuple aScale; in TRSetBaseGeometry()
1767 basegfx::B2DTuple aTranslate; in TRSetBaseGeometry()
1774 if(basegfx::fTools::less(aScale.getX(), 0.0) && basegfx::fTools::less(aScale.getY(), 0.0)) in TRSetBaseGeometry()
1817 aTranslate += basegfx::B2DTuple(GetAnchorPos().X(), GetAnchorPos().Y()); in TRSetBaseGeometry()
1828 if(!basegfx::fTools::equalZero(fShearX)) in TRSetBaseGeometry()
1837 if(!basegfx::fTools::equalZero(fRotate)) in TRSetBaseGeometry()