OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glow_scale_y_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/android/
edge_effect.cc
125
,
glow_scale_y_
(0)
163
glow_scale_y_
= kPullGlowBegin;
187
glow_scale_y_
= 0;
190
glow_scale_y_
= glow_scale_y_start_ =
191
Clamp(
glow_scale_y_
+ glow_change * kPullDistanceGlowFactor,
197
glow_scale_y_finish_ =
glow_scale_y_
;
210
glow_scale_y_start_ =
glow_scale_y_
;
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_
;
[
all
...]
edge_effect.h
64
float
glow_scale_y_
;
member in class:content::EdgeEffect
Completed in 1435 milliseconds