Home
last modified time | relevance | path

Searched defs:UpdateToRender (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
Drs_property.cpp158 void RSProperty<bool>::UpdateToRender(const bool& value, bool isDelta, bool forceUpdate) const in UpdateToRender() function in OHOS::Rosen::RSProperty
163 void RSProperty<float>::UpdateToRender(const float& value, bool isDelta, bool forceUpdate) const in UpdateToRender() function in OHOS::Rosen::RSProperty
168 void RSProperty<int>::UpdateToRender(const int& value, bool isDelta, bool forceUpdate) const in UpdateToRender() function in OHOS::Rosen::RSProperty
173 void RSProperty<Color>::UpdateToRender(const Color& value, bool isDelta, bool forceUpdate) const in UpdateToRender() function in OHOS::Rosen::RSProperty
178 void RSProperty<Gravity>::UpdateToRender(const Gravity& value, bool isDelta, bool forceUpdate) const in UpdateToRender() function in OHOS::Rosen::RSProperty
183 void RSProperty<Matrix3f>::UpdateToRender(const Matrix3f& value, bool isDelta, bool forceUpdate) co… in UpdateToRender() function in OHOS::Rosen::RSProperty
188 void RSProperty<Quaternion>::UpdateToRender(const Quaternion& value, bool isDelta, bool forceUpdate… in UpdateToRender() function in OHOS::Rosen::RSProperty
193 void RSProperty<std::shared_ptr<RSFilter>>::UpdateToRender( in UpdateToRender() function in OHOS::Rosen::RSProperty::shared_ptr
199 void RSProperty<std::shared_ptr<RSImage>>::UpdateToRender( in UpdateToRender() function in OHOS::Rosen::RSProperty::shared_ptr
205 void RSProperty<std::shared_ptr<RSMask>>::UpdateToRender( in UpdateToRender() function in OHOS::Rosen::RSProperty::shared_ptr
[all …]
Drs_extended_modifier.h88 void UpdateToRender() override in UpdateToRender() function
164 void UpdateToRender() override in UpdateToRender() function
277 void UpdateToRender() override in UpdateToRender() function
Drs_modifier.h79 virtual void UpdateToRender() {} in UpdateToRender() function