HomeSort by relevance Sort by last modified time
    Searched refs:glow_scale_y_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/android/
edge_effect_l.cc 73 glow_scale_y_(0),
108 glow_scale_y_ = std::max(kPullGlowBegin, glow_scale_y_);
123 glow_scale_y_ = glow_scale_y_start_ = 0;
128 glow_scale_y_ = glow_scale_y_start_ = std::max(0.f, scale) / 0.7f;
132 glow_scale_y_finish_ = glow_scale_y_;
143 glow_scale_y_start_ = glow_scale_y_;
164 glow_scale_y_start_ = std::max(glow_scale_y_, 0.f);
186 glow_scale_y_ = Lerp(glow_scale_y_start_, glow_scale_y_finish_, interp);
197 glow_scale_y_start_ = glow_scale_y_;
    [all...]
edge_effect.cc 128 glow_scale_y_(0),
162 glow_scale_y_ = kPullGlowBegin;
185 glow_scale_y_ = 0;
188 glow_scale_y_ = glow_scale_y_start_ =
189 Clamp(glow_scale_y_ + glow_change * kPullDistanceGlowFactor,
196 glow_scale_y_finish_ = glow_scale_y_;
209 glow_scale_y_start_ = glow_scale_y_;
266 glow_scale_y_ = Lerp(glow_scale_y_start_, glow_scale_y_finish_, interp);
278 glow_scale_y_start_ = glow_scale_y_;
294 glow_scale_y_start_ = glow_scale_y_;
    [all...]
edge_effect.h 59 float glow_scale_y_; member in class:content::EdgeEffect
edge_effect_l.h 57 float glow_scale_y_; member in class:content::EdgeEffectL

Completed in 174 milliseconds