Searched refs:existingQuadT (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp225 double existingQuadT = (*fIntersections)[0][inner]; local
226 if (quadT == existingQuadT) {
230 double quadMidT = (existingQuadT + quadT) / 2;
/external/skqp/src/pathops/
H A DSkDQuadLineIntersection.cpp225 double existingQuadT = (*fIntersections)[0][inner]; local
226 if (quadT == existingQuadT) {
230 double quadMidT = (existingQuadT + quadT) / 2;

Completed in 141 milliseconds