OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x1_times_3
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/gfx/geometry/
cubic_bezier.cc
20
const double
x1_times_3
= 3.0 * x1;
local
22
const double h3 =
x1_times_3
;
23
const double h1 =
x1_times_3
- x2_times_3 + 1.0;
Completed in 66 milliseconds