Lines Matching refs:tValue
113 double tValue = s[index];
114 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
115 if (approximately_less_than_zero(tValue)) {
116 tValue = 0;
117 } else if (approximately_greater_than_one(tValue)) {
118 tValue = 1;
121 if (approximately_equal(t[idx2], tValue)) {
125 t[foundRoots++] = tValue;
377 int SkDQuad::FindExtrema(const double src[], double tValue[1]) {
384 return valid_unit_divide(a - b, a - b - b + c, tValue);