Lines Matching refs:TopLeft
160 if (aGeo.nShearWink!=0) ShearXPoly(aXPoly,aRect.TopLeft(),aGeo.nTan); in ImpCalcXPoly()
161 if (aGeo.nDrehWink!=0) RotateXPoly(aXPoly,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in ImpCalcXPoly()
222 Point aRef(rRect.TopLeft()); in TakeUnrotatedSnapRect()
224 Point aTmpPt(rRect.TopLeft()); in TakeUnrotatedSnapRect()
226 aTmpPt-=rRect.TopLeft(); in TakeUnrotatedSnapRect()
345 aPnt=aRect.TopLeft(); in GetHdl()
350 case 2: aPnt=aRect.TopLeft(); eKind = HDL_UPLFT; break; // Oben links in GetHdl()
364 ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan); in GetHdl()
369 RotatePoint(aPnt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetHdl()
411 RotatePoint(aPt,aRect.TopLeft(),-aGeo.nSin,aGeo.nCos); in applySpecialDrag()
449 RotatePoint(aPt, aRect.TopLeft(), -aGeo.nSin, aGeo.nCos); in getSpecialDragComment()
549 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetVertexGluePoint()
550 if (aGeo.nDrehWink!=0) RotatePoint(aPt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetVertexGluePoint()
570 case 0: aPt=aRect.TopLeft(); aPt.X()-=nWdt; aPt.Y()-=nWdt; break; in GetCornerGluePoint()
575 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetCornerGluePoint()
576 if (aGeo.nDrehWink!=0) RotatePoint(aPt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetCornerGluePoint()