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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicReduceOrder_Test.cpp 39 int firstNotLinesTest = run == RunAll ? 0 : run == RunNotLines ? firstTestIndex : SK_MaxS32;
71 for (index = firstNotLinesTest; index < notLines_count; ++index) {
CubicToQuadratics_Test.cpp 107 int firstNotLinesTest = run == RunAll ? 0 : run == RunNotLines ? firstTestIndex : SK_MaxS32;
119 test(notLines, "notLines", firstNotLinesTest, notLines_count);
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicToQuadsTest.cpp 122 int firstNotLinesTest = run == RunAll ? 0 : run == RunNotLines ? firstTestIndex : SK_MaxS32;
143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count);
PathOpsCubicReduceOrderTest.cpp 90 int firstNotLinesTest = run == RunAll ? 0 : run == RunNotLines ? firstTestIndex : SK_MaxS32;
135 for (index = firstNotLinesTest; index < notLines_count; ++index) {
  /external/skia/experimental/Intersection/
CubicReduceOrder_Test.cpp 39 int firstNotLinesTest = run == RunAll ? 0 : run == RunNotLines ? firstTestIndex : SK_MaxS32;
71 for (index = firstNotLinesTest; index < notLines_count; ++index) {
CubicToQuadratics_Test.cpp 107 int firstNotLinesTest = run == RunAll ? 0 : run == RunNotLines ? firstTestIndex : SK_MaxS32;
119 test(notLines, "notLines", firstNotLinesTest, notLines_count);
  /external/skia/tests/
PathOpsCubicToQuadsTest.cpp 122 int firstNotLinesTest = run == RunAll ? 0 : run == RunNotLines ? firstTestIndex : SK_MaxS32;
143 testC(reporter, notLines, "notLines", firstNotLinesTest, notLines_count);
PathOpsCubicReduceOrderTest.cpp 90 int firstNotLinesTest = run == RunAll ? 0 : run == RunNotLines ? firstTestIndex : SK_MaxS32;
135 for (index = firstNotLinesTest; index < notLines_count; ++index) {

Completed in 293 milliseconds