Home
last modified time | relevance | path

Searched refs:inflections (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DPathOpsTestCommon.cpp74 int inflections = cubic->findInflections(inflectT); in toQuadraticTs() local
75 SkASSERT(inflections <= 2); in toQuadraticTs()
77 inflections += cubic->findMaxCurvature(&inflectT[inflections]); in toQuadraticTs()
78 SkASSERT(inflections <= 5); in toQuadraticTs()
80 SkTQSort<double>(inflectT, inflectT + inflections); in toQuadraticTs()
83 while (inflections && approximately_less_than_zero(inflectT[0])) { in toQuadraticTs()
84 memmove(inflectT, &inflectT[1], sizeof(inflectT[0]) * --inflections); in toQuadraticTs()
88 while (next < inflections) { in toQuadraticTs()
94 memmove(&inflectT[start], &inflectT[next], sizeof(inflectT[0]) * (--inflections in toQuadraticTs()
221 int inflections = cubic.findInflections(tInflects); CubicPathToSimple() local
[all...]
/third_party/rust/crates/syn/codegen/src/
H A Dgen.rs2 use inflections::Inflect;

Completed in 1 milliseconds