Searched refs:CheckIfNeedUpdateCache (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_render_node_drawable_test.cpp | 669 auto result = drawable->CheckIfNeedUpdateCache(params, updateTimes); 675 result = drawable->CheckIfNeedUpdateCache(params, updateTimes); 680 result = drawable->CheckIfNeedUpdateCache(params, updateTimes); 689 result = drawable->CheckIfNeedUpdateCache(params, updateTimes); 694 result = drawable->CheckIfNeedUpdateCache(params, updateTimes); 698 result = drawable->CheckIfNeedUpdateCache(params, updateTimes); 705 result = drawable->CheckIfNeedUpdateCache(params, updateTimes); 709 result = drawable->CheckIfNeedUpdateCache(params, updateTimes);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_render_node_drawable.h | 163 bool CheckIfNeedUpdateCache(RSRenderParams& params, int32_t& updateTimes);
|
H A D | rs_render_node_drawable.cpp | 139 bool needUpdateCache = CheckIfNeedUpdateCache(params, updateTimes); in GenerateCacheIfNeed() 715 bool RSRenderNodeDrawable::CheckIfNeedUpdateCache(RSRenderParams& params, int32_t& updateTimes) in CheckIfNeedUpdateCache() function in OHOS::Rosen::DrawableV2::RSRenderNodeDrawable
|