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

  /external/chromium_org/content/browser/android/
edge_effect_l.cc 74 glow_alpha_start_(0),
118 glow_alpha_ = glow_alpha_start_ = std::min(
142 glow_alpha_start_ = glow_alpha_;
163 glow_alpha_start_ = 0.3f;
173 glow_alpha_start_, velocity * kVelocityGlowFactor * .00001f, kMaxAlpha);
185 glow_alpha_ = Lerp(glow_alpha_start_, glow_alpha_finish_, interp);
196 glow_alpha_start_ = glow_alpha_;
207 glow_alpha_start_ = glow_alpha_;
edge_effect.cc 133 glow_alpha_start_(0),
177 glow_alpha_ = glow_alpha_start_ =
208 glow_alpha_start_ = glow_alpha_;
234 glow_alpha_start_ = 0.3f;
252 glow_alpha_start_, velocity * kVelocityGlowFactor * .00001f, kMaxAlpha);
265 glow_alpha_ = Lerp(glow_alpha_start_, glow_alpha_finish_, interp);
277 glow_alpha_start_ = glow_alpha_;
293 glow_alpha_start_ = glow_alpha_;
edge_effect.h 65 float glow_alpha_start_; member in class:content::EdgeEffect
edge_effect_l.h 59 float glow_alpha_start_; member in class:content::EdgeEffectL

Completed in 2477 milliseconds