Home | History | Annotate | Download | only in core

Lines Matching refs:tValues

68     Returned count      tValues[]
70 1 0 < tValues[0] < 1
72 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValues[1]);
128 Returned count tValues[]
130 1 0 < tValues[0] < 1
131 2 0 < tValues[0] < tValues[1] < 1
134 SkScalar tValues[2]);
150 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[2]);
157 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]);
159 SkScalar tValues[3] = NULL);