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

  /external/chromium_org/content/browser/android/
edge_effect.cc 124 , glow_alpha_(0)
179 glow_alpha_ = glow_alpha_start_ =
181 glow_alpha_ + abs_delta_distance * kPullDistanceAlphaGlowFactor);
196 glow_alpha_finish_ = glow_alpha_;
209 glow_alpha_start_ = glow_alpha_;
268 glow_alpha_ = Lerp(glow_alpha_start_, glow_alpha_finish_, interp);
280 glow_alpha_start_ = glow_alpha_;
296 glow_alpha_start_ = glow_alpha_;
355 UpdateLayer(glow_.get(), edge, size, glow_bottom, glow_alpha_);
edge_effect.h 63 float glow_alpha_; member in class:content::EdgeEffect

Completed in 379 milliseconds