Home
last modified time | relevance | path

Searched refs:pt2 (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_utils_lite/test/
H A Drect_unit_test.cpp500 Vector2<int16_t> pt2 = {0, 0}; in HWTEST_F() local
503 EXPECT_EQ(rect1->IsContains(pt2), false); in HWTEST_F()
524 Point pt2; in HWTEST_F() local
525 pt2.x = 0; in HWTEST_F()
526 pt2.y = 0; in HWTEST_F()
529 EXPECT_EQ(rect1->IsContains(pt2), false); in HWTEST_F()
H A Dgeometry2d_unit_test.cpp48 Vector2<int16_t> pt2 = { THREEFOLD_VALUE, FOURFOLD_VALUE }; in HWTEST_F() local
49 Line* line = new Line(pt1, pt2); in HWTEST_F()
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp357 Vector2<int16_t> pt2 = origLine[1]; in Rotate() local
360 Rotate(pt2, angle, pivot, out[2]); // 2: the second point of line in Rotate()
366 Vector2<int16_t> pt2 = {origRect.GetRight(), origRect.GetTop()}; in Rotate() local
371 Rotate(pt2, angle, pivot, out[2]); // 2: the second point in Rotate()
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dmock_canvas_paint.h64 MOCK_METHOD4(ArcTo, void(const TestingPoint& pt1, const TestingPoint& pt2, float startAngle, float sweepAngle));
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp63 void Path::ArcTo(const Point& pt1, const Point& pt2, scalar startAngle, scalar sweepAngle) in ArcTo() argument
65 impl_->ArcTo(pt1.GetX(), pt1.GetY(), pt2.GetX(), pt2.GetY(), startAngle, sweepAngle); in ArcTo()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h82 virtual void ArcTo(const TestingPoint& pt1, const TestingPoint& pt2, float startAngle, float sweepAngle) {} in ArcTo() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpath.h129 virtual void ArcTo(const Point& pt1, const Point& pt2, scalar startAngle, scalar sweepAngle);

Completed in 5 milliseconds