Home
last modified time | relevance | path

Searched refs:SetCacheType (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.cpp181 curCanvas->SetCacheType(RSPaintFilterCanvas::CacheType::OFFSCREEN); in GenerateCacheIfNeed()
191 curCanvas->SetCacheType(canvasType); in GenerateCacheIfNeed()
209 SetCacheType(DrawableCacheType::NONE); in TraverseSubTreeAndDrawFilterWithClip()
228 SetCacheType(drawableCacheType); in TraverseSubTreeAndDrawFilterWithClip()
241 SetCacheType(DrawableCacheType::NONE); in CheckCacheTypeAndDraw()
296 SetCacheType(originalCacheType); in DrawWithoutNodeGroupCache()
468 void RSRenderNodeDrawable::SetCacheType(DrawableCacheType cacheType) in SetCacheType() function in OHOS::Rosen::DrawableV2::RSRenderNodeDrawable
696 SetCacheType(DrawableCacheType::NONE); in ClearCachedSurface()
812 SetCacheType(DrawableCacheType::CONTENT); in UpdateCacheSurface()
H A Drs_render_node_drawable.h150 void SetCacheType(DrawableCacheType cacheType);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_effect_render_node_test.cpp120 paintFilterCanvas.SetCacheType(RSPaintFilterCanvas::CacheType::OFFSCREEN);
122 paintFilterCanvas.SetCacheType(RSPaintFilterCanvas::CacheType::UNDEFINED);
H A Drs_canvas_render_node_test.cpp223 rsCanvasRenderNode.SetCacheType(CacheType::CONTENT);
H A Drs_render_node_test.cpp191 node.SetCacheType(type);
222 node.SetCacheType(type);
2135 nodeTest->SetCacheType(CacheType::ANIMATE_PROPERTY);
2147 nodeTest->SetCacheType(CacheType::CONTENT);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_test.cpp290 paintFilterCanvas.SetCacheType(Drawing::CacheType::ENABLED);
490 curCanvas->SetCacheType(RSPaintFilterCanvas::CacheType::DISABLED);
502 drawable->SetCacheType(DrawableCacheType::NONE);
504 drawable->SetCacheType(DrawableCacheType::CONTENT);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp799 fileCanvas.SetCacheType(RSPaintFilterCanvas::CacheType::ENABLED);
824 fileCanvas.SetCacheType(RSPaintFilterCanvas::CacheType::ENABLED);
845 fileCanvas.SetCacheType(RSPaintFilterCanvas::CacheType::ENABLED);
963 fileCanvas.SetCacheType(RSPaintFilterCanvas::CacheType::OFFSCREEN);
1072 fileCanvas.SetCacheType(RSPaintFilterCanvas::CacheType::OFFSCREEN);
H A Drs_properties_painter_test.cpp330 canvas.SetCacheType(RSPaintFilterCanvas::CacheType::ENABLED);
1410 canvas.SetCacheType(RSPaintFilterCanvas::CacheType::ENABLED);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp826 SetCacheType(RSPaintFilterCanvas::CacheType::DISABLED); in CopyConfigurationToOffscreenCanvas()
829 SetCacheType(other.GetCacheType()); in CopyConfigurationToOffscreenCanvas()
845 void RSPaintFilterCanvas::SetCacheType(CacheType type) in SetCacheType() function in OHOS::Rosen::RSPaintFilterCanvas
H A Drs_canvas_render_node.cpp96 SetCacheType(CacheType::NONE); in OnTreeStateChanged()
H A Drs_render_node.cpp3781 void RSRenderNode::SetCacheType(CacheType cacheType) in SetCacheType() function in OHOS::Rosen::RSRenderNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp93 filterCanvas->SetCacheType(Drawing::CacheType::ENABLED);
99 filterCanvas->SetCacheType(Drawing::CacheType::UNDEFINED);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp643 node.SetCacheType(CacheType::ANIMATE_PROPERTY); in ProcessCanvasRenderNode()
657 node.SetCacheType(CacheType::NONE); in ProcessCanvasRenderNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_ui_capture.cpp272 canvas_->SetCacheType(Drawing::CacheType::DISABLED); in SetCanvas()
H A Drs_uni_render_util.cpp923 node->SetCacheType(CacheType::NONE); in AssignMainThreadNode()
949 node->SetCacheType(CacheType::CONTENT); in AssignSubThreadNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h207 void SetCacheType(CacheType type);
H A Drs_render_node.h427 void SetCacheType(CacheType cacheType);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_surface_capture_task_test.cpp780 node3.SetCacheType(CacheType::CONTENT);