Home
last modified time | relevance | path

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

/foundation/graphic/graphic_utils_lite/test/
H A Drect_unit_test.cpp499 Vector2<int16_t> pt1 = {TEST_VALUE, TEST_VALUE}; in HWTEST_F() local
502 EXPECT_EQ(rect1->IsContains(pt1), true); in HWTEST_F()
521 Point pt1; in HWTEST_F() local
522 pt1.x = TEST_VALUE; in HWTEST_F()
523 pt1.y = TEST_VALUE; in HWTEST_F()
528 EXPECT_EQ(rect1->IsContains(pt1), true); in HWTEST_F()
H A Dgeometry2d_unit_test.cpp47 Vector2<int16_t> pt1 = { BASE_VALUE, TWOFOLD_VALUE }; in HWTEST_F() local
49 Line* line = new Line(pt1, pt2); in HWTEST_F()
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp356 Vector2<int16_t> pt1 = origLine[0]; in Rotate() local
359 Rotate(pt1, angle, pivot, out[1]); // 1: the first point of line in Rotate()
365 Vector2<int16_t> pt1 = {origRect.GetLeft(), origRect.GetTop()}; in Rotate() local
370 Rotate(pt1, angle, pivot, out[1]); // 1: the first 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