Searched refs:rTopRight (Results 1 – 4 of 4) sorted by relevance
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygontools.hxx | 369 …e, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& rTopRight, const B2DPoint&… 372 …e, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& rTopRight, const B2DPoint&…
|
H A D | b2dpolypolygontools.hxx | 220 …e, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& rTopRight, const B2DPoint&…
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 2656 …e, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& rTopRight, const B2DPoint&… in distort() argument 2668 …X((fOneMinusRelativeY) * ((fOneMinusRelativeX) * rTopLeft.getX() + fRelativeX * rTopRight.getX()) + in distort() 2671 fRelativeX * ((fOneMinusRelativeY) * rTopRight.getY() + fRelativeY * rBottomRight.getY())); in distort() 2677 …e, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& rTopRight, const B2DPoint&… in distort() argument 2687 …aRetval.append(distort(rCandidate.getB2DPoint(a), rOriginal, rTopLeft, rTopRight, rBottomLeft, rBo… in distort() 2693 …oint(a, distort(rCandidate.getPrevControlPoint(a), rOriginal, rTopLeft, rTopRight, rBottomLeft, rB… in distort() 2698 …oint(a, distort(rCandidate.getNextControlPoint(a), rOriginal, rTopLeft, rTopRight, rBottomLeft, rB… in distort()
|
H A D | b2dpolypolygontools.cxx | 399 …e, const B2DRange& rOriginal, const B2DPoint& rTopLeft, const B2DPoint& rTopRight, const B2DPoint&… in distort() argument 408 aRetval.append(distort(aCandidate, rOriginal, rTopLeft, rTopRight, rBottomLeft, rBottomRight)); in distort()
|
Completed in 48 milliseconds