OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findMaxCurvature
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/pathops/
SkPathOpsCubic.h
74
int
findMaxCurvature
(double tValues[]) const;
SkPathOpsCubic.cpp
258
int roots = cubic.
findMaxCurvature
(maxCurvature);
542
int SkDCubic::
findMaxCurvature
(double tValues[]) const {
/external/skia/tests/
PathOpsTestCommon.cpp
73
inflections += cubic->
findMaxCurvature
(&inflectT[inflections]);
/external/skia/src/core/
SkGeometry.cpp
[
all
...]
SkStroke.cpp
621
#if 0 // once
findMaxCurvature
is implemented, this will be a better solution
623
if (!conic.
findMaxCurvature
(&t) || 0 == t) {
[
all
...]
Completed in 291 milliseconds