Searched refs:RSClipToBoundsDrawable (Results 1 – 5 of 5) sorted by relevance
88 class RSClipToBoundsDrawable : public RSPropertyDrawable {90 RSClipToBoundsDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSClipToBoundsDrawable() function93 RSClipToBoundsDrawable() = default;
85 DrawableV2::RSClipToBoundsDrawable rsClipToBoundsDrawable(std::move(drawCmdList)); in DoSomethingInterestingWithMyAPI()86 DrawableV2::RSClipToBoundsDrawable::OnGenerate(node); in DoSomethingInterestingWithMyAPI()
117 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()
380 …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()
129 std::shared_ptr<DrawableV2::RSClipToBoundsDrawable> clipToBoundsDrawable =130 std::make_shared<DrawableV2::RSClipToBoundsDrawable>();