OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bezier_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/animation/
timing_function.cc
24
:
bezier_
(x1, y1, x2, y2) {}
29
return static_cast<float>(
bezier_
.Solve(x));
33
return static_cast<float>(
bezier_
.Slope(x));
39
bezier_
.Range(&min_d, &max_d);
timing_function.h
46
gfx::CubicBezier
bezier_
;
member in class:cc::CubicBezierTimingFunction
Completed in 194 milliseconds