Home
last modified time | relevance | path

Searched refs:inflections (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tests/
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 - start)); in toQuadraticTs()
97 while (inflections && approximately_greater_than_one(inflectT[inflections - 1])) { in toQuadraticTs()
[all …]
/third_party/rust/crates/syn/codegen/
DCargo.toml13 inflections = "1.1"
/third_party/rust/crates/syn/codegen/src/
Dgen.rs2 use inflections::Inflect;
/third_party/rust/crates/aho-corasick/bench/data/
Dwords-150001819 inflections
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.235704 (af_glyph_hints_reload): Add argument to handle inflections.