OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:R2MinusQ3
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.cpp
177
double
R2MinusQ3
= R2 - Q3;
181
if (
R2MinusQ3
< 0) { // we have 3 real roots
197
double sqrtR2MinusQ3 = sqrt(
R2MinusQ3
);
/external/skia/src/pathops/
SkPathOpsCubic.cpp
177
double
R2MinusQ3
= R2 - Q3;
181
if (
R2MinusQ3
< 0) { // we have 3 real roots
197
double sqrtR2MinusQ3 = sqrt(
R2MinusQ3
);
Completed in 42 milliseconds