Searched refs:CLIP_TO_BOUNDS (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 109 { RSModifierType::CLIP_RRECT, RSPropertyDrawableSlot::CLIP_TO_BOUNDS }, 110 { RSModifierType::CLIP_BOUNDS, RSPropertyDrawableSlot::CLIP_TO_BOUNDS }, 111 { RSModifierType::CLIP_TO_BOUNDS, RSPropertyDrawableSlot::CLIP_TO_BOUNDS }, 255 CLIP_TO_BOUNDS = 1 << 0, enumerator 368 result |= DrawableVecStatus::CLIP_TO_BOUNDS; in CalculateDrawableVecStatus() 392 RSPropertyDrawableSlot::CLIP_TO_BOUNDS, 411 if (flags & DrawableVecStatus::CLIP_TO_BOUNDS) { in OptimizeBoundsSaveRestore() 414 drawableVec[static_cast<size_t>(RSPropertyDrawableSlot::CLIP_TO_BOUNDS)] = in OptimizeBoundsSaveRestore() 426 drawableVec[static_cast<size_t>(RSPropertyDrawableSlot::CLIP_TO_BOUNDS)] = in OptimizeBoundsSaveRestore() 433 GenerateAlias(RSPropertyDrawableSlot::CLIP_TO_BOUNDS); in OptimizeBoundsSaveRestore() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_drawable.cpp | 36 RSDrawableSlot::CLIP_TO_BOUNDS, // BOUNDS 53 RSDrawableSlot::CLIP_TO_BOUNDS, // CORNER_RADIUS 87 RSDrawableSlot::CLIP_TO_BOUNDS, // CLIP_RRECT 88 RSDrawableSlot::CLIP_TO_BOUNDS, // CLIP_BOUNDS 89 RSDrawableSlot::CLIP_TO_BOUNDS, // CLIP_TO_BOUNDS 268 CLIP_TO_BOUNDS = 1 << 0, enumerator 277 BOUNDS_MASK = CLIP_TO_BOUNDS | BG_BOUNDS_PROPERTY | FG_BOUNDS_PROPERTY, 303 result |= DrawableVecStatus::CLIP_TO_BOUNDS; in CalculateDrawableVecStatus() 367 RSDrawableSlot::CLIP_TO_BOUNDS, in OptimizeBoundsSaveRestore() 377 if (flags & DrawableVecStatus::CLIP_TO_BOUNDS) { in OptimizeBoundsSaveRestore() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 85 CLIP_TO_BOUNDS, enumerator 283 { RSModifierType::CLIP_TO_BOUNDS, "ClipToBounds" },
|
H A D | rs_modifiers_def.in | 123 DECLARE_NOANIMATABLE_MODIFIER(ClipToBounds, bool, CLIP_TO_BOUNDS, Appearance)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_test.cpp | 112 RSPropertyDrawableSlot::CLIP_TO_BOUNDS, 135 dirtySlots.emplace(RSPropertyDrawableSlot::CLIP_TO_BOUNDS);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_drawable.h | 48 CLIP_TO_BOUNDS, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable.h | 49 CLIP_TO_BOUNDS, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_extractor.cpp | 335 GET_PROPERTY_FROM_MODIFIERS_EQRETURN(bool, CLIP_TO_BOUNDS, false, =); in GetClipToBounds()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1799 …SetProperty<RSClipToBoundsModifier, RSProperty<bool>>(RSModifierType::CLIP_TO_BOUNDS, clipToBounds… in SetClipToBounds()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 2546 if (drawableChanged || dirtySlots.count(RSDrawableSlot::CLIP_TO_BOUNDS)) { in UpdateDrawableVecV2()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4287 RSModifierType::CLIP_TO_BOUNDS, false, true);
|