Searched refs:line3 (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_utils_lite/test/ |
H A D | geometry2d_unit_test.cpp | 219 Line* line3 = new Line(pt31, pt32); in HWTEST_F() local 220 if (line3 == nullptr) { in HWTEST_F() 234 delete line3; in HWTEST_F() 262 Line* line3 = new Line(pt31, pt32); in HWTEST_F() local 263 if (line3 == nullptr) { in HWTEST_F() 273 delete line3; in HWTEST_F()
|
/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | kernel_interface_test.cpp | 188 std::string line3 = "line3"; in HWTEST_F() local 189 std::string lines = line1 + "\n" + line2 + "\n" + line3; // "line1\nline2\nline3" in HWTEST_F() 235 std::string line3 = "line3"; in HWTEST_F() local 238 std::vector<std::string> inputLines = {line1, line2, line3}; in HWTEST_F()
|
/foundation/arkui/ui_lite/test/uitest/test_canvas/ |
H A D | ui_test_canvas.h | 36 const int16_t line2, const int16_t line3, const int16_t line4); 38 const int16_t line2, const int16_t line3, const int16_t line4);
|
H A D | ui_test_canvas.cpp | 1019 const int16_t line2, const int16_t line3, const int16_t line4) in DrawLineSegment() 1024 canvas->LineTo({line3, line4}); in DrawLineSegment() 1428 const int16_t line2, const int16_t line3, const int16_t line4) in DrawRectangle() 1431 canvas->MoveTo({line1, line3}); in DrawRectangle() 1434 canvas->LineTo({line2, line3}); in DrawRectangle() 1018 DrawLineSegment(UICanvas *canvas, const int16_t line1, const int16_t line2, const int16_t line3, const int16_t line4) DrawLineSegment() argument 1427 DrawRectangle(UICanvas *canvas, const int16_t line1, const int16_t line2, const int16_t line3, const int16_t line4) DrawRectangle() argument
|
Completed in 5 milliseconds