/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_render_node.cpp | 134 DrawPropertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::MASK, canvas); in ProcessTransitionBeforeChildren() 199 RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::ENV_FOREGROUND_COLOR, canvas); in ProcessRenderBeforeChildren() 204 DrawPropertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::CLIP_TO_FRAME, canvas); in ProcessRenderBeforeChildren() 256 DrawPropertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::CONTENT_STYLE, canvas); in InternalDrawContent()
|
H A D | rs_render_node.cpp | 2211 DrawPropertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::BOUNDS_MATRIX, canvas); in ApplyBoundsGeometry() 2221 DrawPropertyDrawableRange(RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::MASK, canvas); in ProcessTransitionBeforeChildren()
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | recovery_param.h | 54 SAVE_ALL = 0xFF, enumerator
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/ |
H A D | recovery_param.h | 55 SAVE_ALL = 0xFFFF, enumerator
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable.h | 35 SAVE_ALL, member in OHOS::Rosen::RSPropertyDrawableSlot
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_content_test.cpp | 65 renderContent->DrawPropertyDrawable(RSPropertyDrawableSlot::SAVE_ALL, canvas); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_drawable.h | 36 SAVE_ALL = 0, member in OHOS::Rosen::RSDrawableSlot
|
/foundation/ability/ability_runtime/test/unittest/app_recovery_test/ |
H A D | ability_recovery_test.cpp | 149 abilityRecovery_->EnableAbilityRecovery(true, RestartFlag::NO_RESTART, SaveOccasionFlag::SAVE_ALL, in HWTEST_F() 152 EXPECT_EQ(SaveOccasionFlag::SAVE_ALL, abilityRecovery_->GetSaveOccasionFlag()); in HWTEST_F()
|
H A D | app_recovery_test.cpp | 163 AppRecovery::GetInstance().EnableAppRecovery(RestartFlag::NO_RESTART, SaveOccasionFlag::SAVE_ALL, in HWTEST_F() 166 EXPECT_EQ(SaveOccasionFlag::SAVE_ALL, AppRecovery::GetInstance().GetSaveOccasionFlag()); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 203 nullptr, // SAVE_ALL 373 // add one clip, and reuse SAVE_ALL and RESTORE_ALL. in OptimizeBoundsSaveRestore() 438 RSDrawableSlot::SAVE_ALL, in OptimizeGlobalSaveRestore() 457 SaveRestoreHelper(drawableVec, RSDrawableSlot::SAVE_ALL, RSDrawableSlot::RESTORE_ALL, in OptimizeGlobalSaveRestore()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_test.cpp | 103 RSPropertyDrawableSlot::SAVE_ALL, in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 205 nullptr, // SAVE_ALL 423 // add one clip, and reuse SAVE_ALL and RESTORE_ALL. in OptimizeBoundsSaveRestore() 493 drawableVec, RSPropertyDrawableSlot::SAVE_ALL, RSPropertyDrawableSlot::RESTORE_ALL, RSPaintFilterCanvas::kAll); in InitializeSaveRestore()
|