Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable.h88 class RSClipToBoundsDrawable : public RSPropertyDrawable {
90 RSClipToBoundsDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSClipToBoundsDrawable() function
93 RSClipToBoundsDrawable() = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawable_fuzzer/
H A Drspropertydrawable_fuzzer.cpp85 DrawableV2::RSClipToBoundsDrawable rsClipToBoundsDrawable(std::move(drawCmdList)); in DoSomethingInterestingWithMyAPI()
86 DrawableV2::RSClipToBoundsDrawable::OnGenerate(node); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp117 RSDrawable::Ptr RSClipToBoundsDrawable::OnGenerate(const RSRenderNode& node) in OnGenerate()
119 auto ret = std::make_shared<RSClipToBoundsDrawable>(); in OnGenerate()
125 bool RSClipToBoundsDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
H A Drs_drawable.cpp380 …drawableVec[static_cast<size_t>(RSDrawableSlot::CLIP_TO_BOUNDS)] = RSClipToBoundsDrawable::OnGener… in OptimizeBoundsSaveRestore()
391 …drawableVec[static_cast<size_t>(RSDrawableSlot::CLIP_TO_BOUNDS)] = RSClipToBoundsDrawable::OnGener… in OptimizeBoundsSaveRestore()
408 …drawableVec[static_cast<size_t>(RSDrawableSlot::CLIP_TO_BOUNDS)] = RSClipToBoundsDrawable::OnGener… in OptimizeBoundsSaveRestore()
417 …bleVec[static_cast<size_t>(RSDrawableSlot::FG_CLIP_TO_BOUNDS)] = RSClipToBoundsDrawable::OnGenerat… in OptimizeBoundsSaveRestore()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_test.cpp129 std::shared_ptr<DrawableV2::RSClipToBoundsDrawable> clipToBoundsDrawable =
130 std::make_shared<DrawableV2::RSClipToBoundsDrawable>();