Home
last modified time | relevance | path

Searched refs:paint3 (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/test/uitest/test_draw_line/
H A Dui_test_draw_line.cpp279 Paint paint3; in UIKitDrawLineTestLine008() local
280 paint3.SetStrokeWidth(5); // 5 : stroke width in UIKitDrawLineTestLine008()
281 canvas->DrawLine({50, 190}, {190, 50}, paint3); // 50 : start x 190 : start y 190 : end x 50 : end y in UIKitDrawLineTestLine008()
360 Paint paint3; in UIKitDrawLineTestLine011() local
361 paint3.SetOpacity(178); // 178 : opacity size in UIKitDrawLineTestLine011()
362 canvas->DrawLine({50, 190}, {190, 50}, paint3); // 50 : start x 190 : start y 190 : end x 50 : end y in UIKitDrawLineTestLine011()
390 Paint paint3; in UIKitDrawLineTestLine012() local
391 paint3.SetStrokeColor(Color::Green()); in UIKitDrawLineTestLine012()
392 canvas->DrawLine({50, 190}, {190, 50}, paint3); // 50 : start x 190 : start y 190 : end x 50 : end y in UIKitDrawLineTestLine012()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp2174 Paint* paint3 = new Paint(); in HWTEST_F() local
2175 paint_->InitDash(*paint3); in HWTEST_F()
2177 delete paint3; in HWTEST_F()
2178 paint3 = nullptr; in HWTEST_F()

Completed in 4 milliseconds