Home
last modified time | relevance | path

Searched refs:aTl (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/svx/source/svdraw/
H A Dsvdocapt.cxx99 Point aTl(rTailPt); // lokal kopieren wg. Performance in CalcEscPos() local
134 FASTBOOL bLft=(aTl.X()-aLft.X()<aRgt.X()-aTl.X()); in CalcEscPos()
146 FASTBOOL bTop=(aTl.Y()-aTop.Y()<aBtm.Y()-aTl.Y()); in CalcEscPos()
158 BigInt aHorX(aBestPt.X()-aTl.X()); aHorX*=aHorX; in CalcEscPos()
159 BigInt aHorY(aBestPt.Y()-aTl.Y()); aHorY*=aHorY; in CalcEscPos()
160 BigInt aVerX(aBest2.X()-aTl.X()); aVerX*=aVerX; in CalcEscPos()
161 BigInt aVerY(aBest2.Y()-aTl.Y()); aVerY*=aVerY; in CalcEscPos()
468 Point aTl(rPoly[0]); in ImpCalcTail1() local
470 aPol[0] = aTl; in ImpCalcTail1()
471 aPol[1] = aTl; in ImpCalcTail1()
[all …]