Searched refs:firstComputedLinesTest (Results 1 – 8 of 8) sorted by relevance
/external/skia/experimental/Intersection/ |
D | CubicReduceOrder_Test.cpp | 45 …int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines ? firstTestIndex : SK_Max… in CubicReduceOrder_Test() local 125 for (index = firstComputedLinesTest; index < lines_count; ++index) { in CubicReduceOrder_Test()
|
D | CubicToQuadratics_Test.cpp | 113 …int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines ? firstTestIndex : SK_Max… in CubicToQuadratics_Test() local 126 testC(lines, "computed lines", firstComputedLinesTest, lines_count); in CubicToQuadratics_Test()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicReduceOrder_Test.cpp | 45 …int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines ? firstTestIndex : SK_Max… in CubicReduceOrder_Test() local 125 for (index = firstComputedLinesTest; index < lines_count; ++index) { in CubicReduceOrder_Test()
|
D | CubicToQuadratics_Test.cpp | 113 …int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines ? firstTestIndex : SK_Max… in CubicToQuadratics_Test() local 126 testC(lines, "computed lines", firstComputedLinesTest, lines_count); in CubicToQuadratics_Test()
|
/external/skia/tests/ |
D | PathOpsCubicToQuadsTest.cpp | 133 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines in DEF_TEST() local 151 testC(reporter, lines, "computed lines", firstComputedLinesTest, lines_count); in DEF_TEST()
|
D | PathOpsCubicReduceOrderTest.cpp | 104 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines in DEF_TEST() 205 for (index = firstComputedLinesTest; index < lines_count; ++index) { in DEF_TEST()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsCubicToQuadsTest.cpp | 133 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines in DEF_TEST() local 151 testC(reporter, lines, "computed lines", firstComputedLinesTest, lines_count); in DEF_TEST()
|
D | PathOpsCubicReduceOrderTest.cpp | 104 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines in DEF_TEST() 205 for (index = firstComputedLinesTest; index < lines_count; ++index) { in DEF_TEST()
|