Searched refs:pt1 (Results 1 - 7 of 7) sorted by relevance
/foundation/graphic/graphic_utils_lite/test/ |
H A D | rect_unit_test.cpp | 499 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 D | geometry2d_unit_test.cpp | 47 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 D | transform.cpp | 356 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 D | mock_canvas_paint.h | 64 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 D | path.cpp | 63 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 D | testing_path.h | 82 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 D | path.h | 129 virtual void ArcTo(const Point& pt1, const Point& pt2, scalar startAngle, scalar sweepAngle);
|
Completed in 5 milliseconds