Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_rate_decider.cpp115 auto propertyUnit = property->GetPropertyUnit(); in ProcessVector4f()
129 if (property->GetPropertyUnit() == RSPropertyUnit::RATIO_SCALE) { in ProcessVector2f()
141 return func(property->GetPropertyUnit(), velocity); in ProcessVector2f()
146 auto propertyUnit = property->GetPropertyUnit(); in ProcessFloat()
H A Drs_render_property_animation.cpp198 if (property_->GetPropertyUnit() == RSPropertyUnit::ANGLE_ROTATION) { in UpdateAnimateVelocity()
203 if (property_->GetPropertyUnit() > RSPropertyUnit::UNKNOWN) { in UpdateAnimateVelocity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h95 virtual RSPropertyUnit GetPropertyUnit() const in GetPropertyUnit() function
274 RSPropertyUnit GetPropertyUnit() const override in GetPropertyUnit() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp76 RSPropertyUnit unit = val->GetPropertyUnit(); in Marshalling()