Searched defs:tVals (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp129 double tVals[3]; local
131 int roots = (*CurveIntercept[fVerb * 2 + xy_index(dir)])(fPts, fWeight, baseYX, tVals);
133 double t = tVals[index];

Completed in 157 milliseconds