Searched refs:SetPaintImage (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
H A D | canvas_custom_paint_method_test_ng.cpp | 1292 paintMethod->SetPaintImage(&pen, &brush); 1295 paintMethod->SetPaintImage(&pen, &brush); 1298 paintMethod->SetPaintImage(&pen, &brush); 1301 paintMethod->SetPaintImage(&pen, &brush); 1304 paintMethod->SetPaintImage(&pen, &brush); 1307 paintMethod->SetPaintImage(&pen, &brush); 1369 paintMethod->SetPaintImage(&pen, &brush); 1371 paintMethod->SetPaintImage(&pen, &brush); 1375 paintMethod->SetPaintImage(&pen, &brush); 1378 paintMethod->SetPaintImage(&pen, &brush); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.h | 186 void SetPaintImage();
|
H A D | rosen_render_offscreen_canvas.cpp | 464 void RosenRenderOffscreenCanvas::SetPaintImage() in SetPaintImage() function in OHOS::Ace::RosenRenderOffscreenCanvas 536 SetPaintImage(); in InitImagePaint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.h | 343 void SetPaintImage(RSPen* pen, RSBrush* brush);
|
H A D | custom_paint_paint_method.cpp | 456 SetPaintImage(pen, brush); in InitImagePaint() 1427 void CustomPaintPaintMethod::SetPaintImage(RSPen* pen, RSBrush* brush) in SetPaintImage() function in OHOS::Ace::NG::CustomPaintPaintMethod
|