Searched defs:pt2 (Results 1 – 5 of 5) sorted by relevance
500 Vector2<int16_t> pt2 = {0, 0}; variable524 Point pt2; variable
48 Vector2<int16_t> pt2 = { THREEFOLD_VALUE, FOURFOLD_VALUE }; variable
357 Vector2<int16_t> pt2 = origLine[1]; in Rotate() local366 Vector2<int16_t> pt2 = {origRect.GetRight(), origRect.GetTop()}; in Rotate() local
82 …virtual void ArcTo(const TestingPoint& pt1, const TestingPoint& pt2, float startAngle, float sweep… in ArcTo()
63 void Path::ArcTo(const Point& pt1, const Point& pt2, scalar startAngle, scalar sweepAngle) in ArcTo()