Home
last modified time | relevance | path

Searched refs:SetRecordDrawable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_content_test.cpp62 canvas.SetRecordDrawable(false);
68 canvas.SetRecordDrawable(false);
74 canvas.SetRecordDrawable(true);
101 canvas.SetRecordDrawable(false);
105 canvas.SetRecordDrawable(false);
111 canvas.SetRecordDrawable(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h229 void SetRecordDrawable(bool enable);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp993 void RSPaintFilterCanvas::SetRecordDrawable(bool enable) in SetRecordDrawable() function in OHOS::Rosen::RSPaintFilterCanvas