Home
last modified time | relevance | path

Searched refs:RSClipToFrameDrawable (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.h100 class RSClipToFrameDrawable : public RSPropertyDrawable {
102 RSClipToFrameDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSClipToFrameDrawable() function
105 RSClipToFrameDrawable() = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawable_fuzzer/
H A Drspropertydrawable_fuzzer.cpp89 DrawableV2::RSClipToFrameDrawable rsClipToFrameDrawable(std::move(drawCmdList)); in DoSomethingInterestingWithMyAPI()
90 DrawableV2::RSClipToFrameDrawable::OnGenerate(node); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp151 RSDrawable::Ptr RSClipToFrameDrawable::OnGenerate(const RSRenderNode& node) in OnGenerate()
153 if (auto ret = std::make_shared<RSClipToFrameDrawable>(); ret->OnUpdate(node)) { in OnGenerate()
159 bool RSClipToFrameDrawable::OnUpdate(const RSRenderNode& node) in OnUpdate()
H A Drs_drawable.cpp236 RSClipToFrameDrawable::OnGenerate, // CLIP_TO_FRAME,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_test.cpp160 std::shared_ptr<DrawableV2::RSClipToFrameDrawable> clipToFrameDrawable =
161 std::make_shared<DrawableV2::RSClipToFrameDrawable>();