Searched defs:fromValue (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | bind_templates.inl | 155 originalType fromValue = from->GetValue(); local 172 SCENE_NS::Color fromValue = from->GetValue(); variable 231 valueType fromValue = from->GetValue(); local 255 float fromValue = from->GetValue(); variable 468 valueType fromValue = from->GetValue(); local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_particle_params.h | 46 Change(T fromValue, T toValue, int startMillis, int endMillis, RSAnimationTimingCurve& curve) in Change() 174 float fromValue = val.valChangeOverLife_[i].fromValue_; in translateValToRender() local 205 auto fromValue = val.valChangeOverLife_[i].fromValue_; in translateColorToRender() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_model.h | 107 virtual void SetValidSlideRange(float fromValue, float toValue) {}; in SetValidSlideRange()
|
H A D | slider_model_ng.cpp | 567 float fromValue = minValue; in SetValidSlideRange() local
|
H A D | slider_pattern.cpp | 992 auto fromValue = range->GetFromValue(); in GetValueInValidRange() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_particle_effector_test.cpp | 97 float fromValue = 0.1f; in SetOpacity() local 217 float fromValue = 0.1f; variable 381 float fromValue = 0.1f; variable
|
H A D | rs_render_particle_emitter_test.cpp | 92 float fromValue = 0.1f; in SetOpacity() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 63 …ChangeInOverLife(const T& fromValue, const T& toValue, const int& startMillis, const int& endMilli… in ChangeInOverLife()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 1096 float fromValue = 0.f; in Unmarshalling() local 1175 Color fromValue = RSColor(0, 0, 0); in Unmarshalling() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 3711 float fromValue = (fromArg->IsNumber()) ? fromArg->ToNumber(vm)->Value() : 0.0f; in SetMotionPath() local
|