Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.cpp303 params.GetDrawingCacheIncludeProperty()); in DrawWithNodeGroupCache()
308 if (LIKELY(!params.GetDrawingCacheIncludeProperty())) { in DrawWithNodeGroupCache()
734 params.GetDrawingCacheIncludeProperty()) || ROSEN_LE(params.GetCacheSize().x_, 0.f) || in CheckIfNeedUpdateCache()
795 if (LIKELY(!params.GetDrawingCacheIncludeProperty())) { in UpdateCacheSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h206 bool GetDrawingCacheIncludeProperty() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp260 bool RSRenderParams::GetDrawingCacheIncludeProperty() const in GetDrawingCacheIncludeProperty() function in OHOS::Rosen::RSRenderParams