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

  /external/chromium_org/content/browser/android/
edge_effect.cc 132 , glow_scale_y_start_(0)
190 glow_scale_y_ = glow_scale_y_start_ =
210 glow_scale_y_start_ = glow_scale_y_;
237 glow_scale_y_start_ = 0.f;
269 glow_scale_y_ = Lerp(glow_scale_y_start_, glow_scale_y_finish_, interp);
281 glow_scale_y_start_ = glow_scale_y_;
297 glow_scale_y_start_ = glow_scale_y_;
edge_effect.h 72 float glow_scale_y_start_; member in class:content::EdgeEffect

Completed in 44 milliseconds