Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_autocache_test.cpp379 drawable->DrawAutoCacheDfx(canvas, autoCacheRenderNodeInfos);
384 drawable->DrawAutoCacheDfx(canvas, autoCacheRenderNodeInfos);
386 drawable->DrawAutoCacheDfx(canvas, autoCacheRenderNodeInfos);
390 drawable->DrawAutoCacheDfx(canvas, autoCacheRenderNodeInfos);
H A Drs_render_node_drawable_test.cpp390 HWTEST_F(RSRenderNodeDrawableTest, DrawAutoCacheDfx, TestSize.Level1)
401 drawable->DrawAutoCacheDfx(paintFilterCanvas, autoCacheRenderNodeInfos);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.h81 void DrawAutoCacheDfx(RSPaintFilterCanvas& canvas,
H A Drs_render_node_drawable_autocache.cpp291 void RSRenderNodeDrawable::DrawAutoCacheDfx(RSPaintFilterCanvas& canvas, in DrawAutoCacheDfx() function in OHOS::Rosen::DrawableV2::RSRenderNodeDrawable
H A Drs_render_node_drawable.cpp679 DrawAutoCacheDfx(canvas, autoCacheRenderNodeInfos_); in DrawCachedImage()