Home
last modified time | relevance | path

Searched refs:FG_SAVE_BOUNDS (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_drawable.cpp369 RSDrawableSlot::FG_SAVE_BOUNDS, in OptimizeBoundsSaveRestore()
394 drawableVec[static_cast<size_t>(RSDrawableSlot::FG_SAVE_BOUNDS)] = in OptimizeBoundsSaveRestore()
414 … SaveRestoreHelper(drawableVec, RSDrawableSlot::FG_SAVE_BOUNDS, RSDrawableSlot::FG_RESTORE_BOUNDS, in OptimizeBoundsSaveRestore()
504 RSDrawableSlot::FG_SAVE_BOUNDS,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_drawable.h71 FG_SAVE_BOUNDS, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable.h72 FG_SAVE_BOUNDS, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp394 RSPropertyDrawableSlot::FG_SAVE_BOUNDS,
430 drawableVec[static_cast<size_t>(RSPropertyDrawableSlot::FG_SAVE_BOUNDS)] = in OptimizeBoundsSaveRestore()
451 SaveRestoreHelper(drawableVec, RSPropertyDrawableSlot::FG_SAVE_BOUNDS, in OptimizeBoundsSaveRestore()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2673 index = static_cast<int8_t>(RSDrawableSlot::FG_SAVE_BOUNDS); in UpdateDisplayList()