Home
last modified time | relevance | path

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

/external/skqp/tests/
DPathOpsAngleIdeas.cpp499 double smallT = 1; in testQuadAngles() local
506 if (smallT > t) { in testQuadAngles()
507 smallT = t; in testQuadAngles()
511 if (smallT == 1) { in testQuadAngles()
514 SkDVector ray = q.ptAtT(smallT) - origin; in testQuadAngles()
525 smallestTs[index] = smallT; in testQuadAngles()
/external/skia/tests/
DPathOpsAngleIdeas.cpp499 double smallT = 1; in testQuadAngles() local
506 if (smallT > t) { in testQuadAngles()
507 smallT = t; in testQuadAngles()
511 if (smallT == 1) { in testQuadAngles()
514 SkDVector ray = q.ptAtT(smallT) - origin; in testQuadAngles()
525 smallestTs[index] = smallT; in testQuadAngles()