Lines Matching refs:TopLeft
425 aPnt = aRect.TopLeft(); in GetHdl()
460 ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan); in GetHdl()
465 RotatePoint(aPnt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetHdl()
512 RotatePoint(aPt,aRect.TopLeft(),-aGeo.nSin,aGeo.nCos); in applySpecialDrag()
515 ShearPoint(aPt,aRect.TopLeft(),-aGeo.nTan); in applySpecialDrag()
903 RotatePoint(aTmpPt1,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in NbcMirror()
904 RotatePoint(aTmpPt2,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in NbcMirror()
907 ShearPoint(aTmpPt1,aRect.TopLeft(),aGeo.nTan); in NbcMirror()
908 ShearPoint(aTmpPt2,aRect.TopLeft(),aGeo.nTan); in NbcMirror()
917 RotatePoint(aTmpPt1,aRect.TopLeft(),-aGeo.nSin,aGeo.nCos); // -sin fuer Umkehrung in NbcMirror()
918 RotatePoint(aTmpPt2,aRect.TopLeft(),-aGeo.nSin,aGeo.nCos); // -sin fuer Umkehrung in NbcMirror()
922 ShearPoint(aTmpPt1,aRect.TopLeft(),-aGeo.nTan); // -tan fuer Umkehrung in NbcMirror()
923 ShearPoint(aTmpPt2,aRect.TopLeft(),-aGeo.nTan); // -tan fuer Umkehrung in NbcMirror()
1001 Point aDst(rRect.TopLeft()); in TakeUnrotatedSnapRect()
1002 aDst-=aRect.TopLeft(); in TakeUnrotatedSnapRect()
1012 Point aRef(rRect.TopLeft()); in TakeUnrotatedSnapRect()
1014 Point aTmpPt(rRect.TopLeft()); in TakeUnrotatedSnapRect()
1016 aTmpPt-=rRect.TopLeft(); in TakeUnrotatedSnapRect()
1041 NbcResize(maSnapRect.TopLeft(),Fraction(nWdt1,nWdt0),Fraction(nHgt1,nHgt0)); in NbcSetSnapRect()