Home
last modified time | relevance | path

Searched refs:SetPaintImage (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp1292 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 Drosen_render_offscreen_canvas.h186 void SetPaintImage();
H A Drosen_render_offscreen_canvas.cpp464 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 Dcustom_paint_paint_method.h343 void SetPaintImage(RSPen* pen, RSBrush* brush);
H A Dcustom_paint_paint_method.cpp456 SetPaintImage(pen, brush); in InitImagePaint()
1427 void CustomPaintPaintMethod::SetPaintImage(RSPen* pen, RSBrush* brush) in SetPaintImage() function in OHOS::Ace::NG::CustomPaintPaintMethod