Searched refs:inflections (Results 1 – 5 of 5) sorted by relevance
74 int inflections = cubic->findInflections(inflectT); in toQuadraticTs() local75 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 …]
13 inflections = "1.1"
2 use inflections::Inflect;
1819 inflections
5704 (af_glyph_hints_reload): Add argument to handle inflections.