Home
last modified time | relevance | path

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 Drs_property_drawable.cpp109 { 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 Drs_drawable.cpp36 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 Drs_modifier_type.h85 CLIP_TO_BOUNDS, enumerator
283 { RSModifierType::CLIP_TO_BOUNDS, "ClipToBounds" },
H A Drs_modifiers_def.in123 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 Drs_property_drawable_test.cpp112 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 Drs_drawable.h48 CLIP_TO_BOUNDS, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable.h49 CLIP_TO_BOUNDS, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.cpp335 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 Drs_node.cpp1799 …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 Drs_render_node.cpp2546 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 Drs_node_test.cpp4287 RSModifierType::CLIP_TO_BOUNDS, false, true);