HomeSort by relevance Sort by last modified time
    Searched refs:firstComputedLinesTest (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicReduceOrder_Test.cpp 45 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines ? firstTestIndex : SK_MaxS32;
125 for (index = firstComputedLinesTest; index < lines_count; ++index) {
CubicToQuadratics_Test.cpp 113 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines ? firstTestIndex : SK_MaxS32;
126 testC(lines, "computed lines", firstComputedLinesTest, lines_count);
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicToQuadsTest.cpp 133 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines
151 testC(reporter, lines, "computed lines", firstComputedLinesTest, lines_count);
PathOpsCubicReduceOrderTest.cpp 104 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines
205 for (index = firstComputedLinesTest; index < lines_count; ++index) {
  /external/skia/experimental/Intersection/
CubicReduceOrder_Test.cpp 45 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines ? firstTestIndex : SK_MaxS32;
125 for (index = firstComputedLinesTest; index < lines_count; ++index) {
CubicToQuadratics_Test.cpp 113 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines ? firstTestIndex : SK_MaxS32;
126 testC(lines, "computed lines", firstComputedLinesTest, lines_count);
  /external/skia/tests/
PathOpsCubicToQuadsTest.cpp 133 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines
151 testC(reporter, lines, "computed lines", firstComputedLinesTest, lines_count);
PathOpsCubicReduceOrderTest.cpp 104 int firstComputedLinesTest = run == RunAll ? 0 : run == RunComputedLines
205 for (index = firstComputedLinesTest; index < lines_count; ++index) {

Completed in 483 milliseconds