OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxcurvature
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/pathops/
SkPathOpsCubic.cpp
257
double
maxCurvature
[3];
258
int roots = cubic.findMaxCurvature(
maxCurvature
);
270
SkDebugf("
maxCurvature
[%d]=%1.9g ", index,
maxCurvature
[index]);
271
SkDPoint pt = cubic.ptAtT(
maxCurvature
[index]);
272
SkDVector dPt = cubic.dxdyAtT(
maxCurvature
[index]);
278
if (between(inflectionTs[0],
maxCurvature
[index], inflectionTs[1])) {
279
*t =
maxCurvature
[index];
Completed in 42 milliseconds