Home
last modified time | relevance | path

Searched refs:FinishRecordingAsPicture (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drosen_render_context.h69 sk_sp<SkPicture> FinishRecordingAsPicture();
72 std::shared_ptr<RSPicture> FinishRecordingAsPicture();
H A Drosen_render_context.cpp223 sk_sp<SkPicture> RosenRenderContext::FinishRecordingAsPicture() in FinishRecordingAsPicture() function in OHOS::Ace::RosenRenderContext
245 std::shared_ptr<RSPicture> RosenRenderContext::FinishRecordingAsPicture() in FinishRecordingAsPicture() function in OHOS::Ace::RosenRenderContext
H A Dflutter_render_context.h59 sk_sp<SkPicture> FinishRecordingAsPicture() in FinishRecordingAsPicture() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_pattern.cpp49 auto skPicture = rosenContext.FinishRecordingAsPicture(); in OnAsPaint()
74 auto rsPicture = rosenContext.FinishRecordingAsPicture(); in OnAsPaint()