Home
last modified time | relevance | path

Searched refs:BG_RESTORE_BOUNDS (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_drawable.cpp368 RSDrawableSlot::BG_RESTORE_BOUNDS, in OptimizeBoundsSaveRestore()
389 … SaveRestoreHelper(drawableVec, RSDrawableSlot::BG_SAVE_BOUNDS, RSDrawableSlot::BG_RESTORE_BOUNDS, in OptimizeBoundsSaveRestore()
399 drawableVec[static_cast<size_t>(RSDrawableSlot::BG_RESTORE_BOUNDS)]; in OptimizeBoundsSaveRestore()
405 … SaveRestoreHelper(drawableVec, RSDrawableSlot::BG_SAVE_BOUNDS, RSDrawableSlot::BG_RESTORE_BOUNDS, in OptimizeBoundsSaveRestore()
501 RSDrawableSlot::BG_RESTORE_BOUNDS,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp393 RSPropertyDrawableSlot::BG_RESTORE_BOUNDS,
425 RSPropertyDrawableSlot::BG_RESTORE_BOUNDS, RSPaintFilterCanvas::kCanvas); in OptimizeBoundsSaveRestore()
435 GenerateAlias(RSPropertyDrawableSlot::BG_RESTORE_BOUNDS); in OptimizeBoundsSaveRestore()
442 RSPropertyDrawableSlot::BG_RESTORE_BOUNDS, RSPaintFilterCanvas::kCanvas); in OptimizeBoundsSaveRestore()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_test.cpp122 RSPropertyDrawableSlot::BG_RESTORE_BOUNDS
131 dirtySlots.emplace(RSPropertyDrawableSlot::BG_RESTORE_BOUNDS);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_drawable.h58 BG_RESTORE_BOUNDS, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable.h59 BG_RESTORE_BOUNDS, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2652 AppendDrawFunc(RSDrawableSlot::BG_RESTORE_BOUNDS); in UpdateDisplayList()