Lines Matching refs:p1
600 void SdrPolyEditView::ImpTransformMarkedPoints(PPolyTrFunc pTrFunc, const void* p1, const void* p2,… in ImpTransformMarkedPoints() argument
651 (*pTrFunc)(aPos,&aC1,&aC2,p1,p2,p3,p4,p5); in ImpTransformMarkedPoints()
675 static void ImpMove(Point& rPt, Point* pC1, Point* pC2, const void* p1, const void* /*p2*/, const v… in ImpMove() argument
677 MovePoint(rPt,*(const Size*)p1); in ImpMove()
678 if (pC1!=NULL) MovePoint(*pC1,*(const Size*)p1); in ImpMove()
679 if (pC2!=NULL) MovePoint(*pC2,*(const Size*)p1); in ImpMove()
697 static void ImpResize(Point& rPt, Point* pC1, Point* pC2, const void* p1, const void* p2, const voi… in ImpResize() argument
699 ResizePoint(rPt,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize()
700 if (pC1!=NULL) ResizePoint(*pC1,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize()
701 if (pC2!=NULL) ResizePoint(*pC2,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize()
719 static void ImpRotate(Point& rPt, Point* pC1, Point* pC2, const void* p1, const void* /*p2*/, const… in ImpRotate() argument
721 RotatePoint(rPt,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate()
722 if (pC1!=NULL) RotatePoint(*pC1,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate()
723 if (pC2!=NULL) RotatePoint(*pC2,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate()