Lines Matching refs:tValues
91 Returned count tValues[]
93 1 0 < tValues[0] < 1
95 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValues[1]);
195 Returned count tValues[]
197 1 0 < tValues[0] < 1
198 2 0 < tValues[0] < tValues[1] < 1
201 SkScalar tValues[2]);
217 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[2]);
225 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]);
227 SkScalar tValues[3] = nullptr);