Home
last modified time | relevance | path

Searched refs:tVals (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsAsWinding.cpp60 double tVals[3]; in contains_edge() local
63 int count = (*CurveIntercept[verb * 2])(pts, weight, edge.fY, tVals); in contains_edge()
67 SkScalar intersectX = (*CurvePointAtT[verb])(pts, weight, tVals[index]).fX; in contains_edge()
73 tVals[index] = tVals[--count]; in contains_edge()
84 tVals[index] = tVals[--count]; in contains_edge()
88 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY); in contains_edge()
92 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) { in contains_edge()
DSkPathOpsWinding.cpp132 double tVals[3]; in rayCheck() local
134 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals); in rayCheck()
136 double t = tVals[index]; in rayCheck()