Home
last modified time | relevance | path

Searched refs:PropertyUpdateType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.cpp216 const std::shared_ptr<RSFilter>& value, PropertyUpdateType type) const in UpdateToRender()
222 const std::shared_ptr<RSImage>& value, PropertyUpdateType type) const in UpdateToRender()
228 const std::shared_ptr<RSMask>& value, PropertyUpdateType type) const in UpdateToRender()
234 const std::shared_ptr<RSPath>& value, PropertyUpdateType type) const in UpdateToRender()
240 const RSDynamicBrightnessPara& value, PropertyUpdateType type) const in UpdateToRender()
252 const RSWaterRipplePara& value, PropertyUpdateType type) const in UpdateToRender()
258 const RSFlyOutPara& value, PropertyUpdateType type) const in UpdateToRender()
264 const std::shared_ptr<MotionBlurParam>& value, PropertyUpdateType type) const in UpdateToRender()
288 const std::shared_ptr<RSShader>& value, PropertyUpdateType type) const in UpdateToRender()
299 PropertyUpdateType type) const in UpdateToRender()
[all …]
H A Drs_property.h284 void UpdateToRender(const T& value, PropertyUpdateType type) const
698 const std::shared_ptr<RSFilter>& value, PropertyUpdateType type) const;
701 const std::shared_ptr<RSImage>& value, PropertyUpdateType type) const;
704 const std::shared_ptr<RSMask>& value, PropertyUpdateType type) const;
707 const std::shared_ptr<RSPath>& value, PropertyUpdateType type) const;
710 const RSDynamicBrightnessPara& value, PropertyUpdateType type) const;
713 const RSWaterRipplePara& value, PropertyUpdateType type) const;
716 const RSFlyOutPara& value, PropertyUpdateType type) const;
734 const std::shared_ptr<RSShader>& value, PropertyUpdateType type) const;
739 const Vector4<uint32_t>& value, PropertyUpdateType type) const;
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_command.h168 NodeId, bool, PropertyId, PropertyUpdateType))
171 NodeId, float, PropertyId, PropertyUpdateType))
174 NodeId, int, PropertyId, PropertyUpdateType))
177 NodeId, Color, PropertyId, PropertyUpdateType))
180 NodeId, Gravity, PropertyId, PropertyUpdateType))
183 NodeId, Matrix3f, PropertyId, PropertyUpdateType))
186 NodeId, Quaternion, PropertyId, PropertyUpdateType))
210 NodeId, RSFlyOutPara, PropertyId, PropertyUpdateType))
236 NodeId, Vector2f, PropertyId, PropertyUpdateType))
245 NodeId, Vector4f, PropertyId, PropertyUpdateType))
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h34 enum PropertyUpdateType : int8_t { enum