Home | History | Annotate | Download | only in core

Lines Matching refs:tValues

60     Returned count      tValues[]
62 1 0 < tValues[0] < 1
64 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValues[1]);
130 Returned count tValues[]
132 1 0 < tValues[0] < 1
133 2 0 < tValues[0] < tValues[1] < 1
136 SkScalar tValues[2]);
152 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[2]);
160 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]);
162 SkScalar tValues[3] = NULL);