OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_coeff
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticParameterization.h
11
double x() const { return p[
x_coeff
]; }
20
x_coeff
,
enumerator in enum:QuadImplicitForm::Coeffs
QuadraticParameterization.cpp
66
p[
x_coeff
] = -2*c*d*d + b*e*d - a*e*e + 2*a*f*d;
81
p[
x_coeff
] = -2*cdd + bde - a*ee + 2*ad*f;
CubicParameterization_TestUtility.cpp
48
double x = coeffs[
x_coeff
] * point.x;
CubicParameterizationCode.cpp
171
x_coeff
,
enumerator in enum:__anon19636
264
match(str, len, c[
x_coeff
], "x"); // 21 factors
CubicParameterization.cpp
72
x_coeff
,
enumerator in enum:__anon19635
Completed in 270 milliseconds