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

/external/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp21 } lineConicTests[] = { variable in typeref:struct:lineConic
30 static size_t lineConicTests_count = SK_ARRAY_COUNT(lineConicTests);
101 const ConicPts& c = lineConicTests[index].conic;
105 const SkDLine& line = lineConicTests[index].line;
126 REPORTER_ASSERT(reporter, result == lineConicTests[index].result);
142 if (!t1.approximatelyEqual(lineConicTests[index].expected[0])
143 && (lineConicTests[index].result == 1
144 || !t1.approximatelyEqual(lineConicTests[index].expected[1]))) {

Completed in 4833 milliseconds