Searched refs:r2_ (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_model.cpp | 125 r2_ = (-spring->Damping() + sqrt(cmk)) / (LOW_RATIO * spring->Mass()); in OverdampedModel() 126 if (!NearEqual(r2_, r1_)) { in OverdampedModel() 127 c2_ = (velocity - r1_ * distance) / (r2_ - r1_); in OverdampedModel() 135 return c1_ * exp(r1_ * time) + c2_ * exp(r2_ * time); in Position() 140 return c1_ * r1_ * exp(r1_ * time) + c2_ * r2_ * exp(r2_ * time); in Velocity()
|
H A D | spring_model.h | 128 double r2_ = 0.0; member in OHOS::Ace::OverdampedModel
|
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_neon_pipeline.h | 81 ConstructSrcColor(sm, srcColor, opa, r2_, g2_, b2_, a2_); in Construct() 88 loadSrcFunc_(src, r2_, g2_, b2_, a2_, opa); in Invoke() 89 blendFunc_(r1_, g1_, b1_, a1_, r2_, g2_, b2_, a2_); in Invoke() 96 blendFunc_(r1_, g1_, b1_, a1_, r2_, g2_, b2_, a2_); in Invoke() 367 uint8x8_t r2_; member in OHOS::NeonBlendPipeLine
|
Completed in 3 milliseconds