Searched refs:RSCustomClipToFrameRenderModifier (Results 1 – 4 of 4) sorted by relevance
103 auto modifier = new RSCustomClipToFrameRenderModifier(prop); in __anon35d38fe50502()268 bool RSCustomClipToFrameRenderModifier::Marshalling(Parcel& parcel) in Marshalling()275 void RSCustomClipToFrameRenderModifier::Apply(RSModifierContext& context) const in Apply()283 void RSCustomClipToFrameRenderModifier::Update(const std::shared_ptr<RSRenderPropertyBase>& prop, b… in Update()
301 class RSB_EXPORT RSCustomClipToFrameRenderModifier : public RSForegroundRenderModifier {303 RSCustomClipToFrameRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSCustomClipToFrameRenderModifier() function308 ~RSCustomClipToFrameRenderModifier() override = default;
493 auto modifier = std::make_shared<RSCustomClipToFrameRenderModifier>(property);515 auto RSEFC = std::make_shared<RSCustomClipToFrameRenderModifier>(property);
65 auto renderModifier = std::make_shared<RSCustomClipToFrameRenderModifier>(renderProperty); in CreateRenderModifier()