Searched defs:pt1 (Results 1 – 5 of 5) sorted by relevance
499 Vector2<int16_t> pt1 = {TEST_VALUE, TEST_VALUE}; variable521 Point pt1; variable
47 Vector2<int16_t> pt1 = { BASE_VALUE, TWOFOLD_VALUE }; variable
356 Vector2<int16_t> pt1 = origLine[0]; in Rotate() local365 Vector2<int16_t> pt1 = {origRect.GetLeft(), 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()