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

  /external/skia/tests/
PathOpsBoundsTest.cpp 25 static const SkRect noSectTests[][2] = {
30 static const size_t noSectTestsCount = SK_ARRAY_COUNT(noSectTests);
42 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]);
44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]);
  /external/skqp/tests/
PathOpsBoundsTest.cpp 25 static const SkRect noSectTests[][2] = {
30 static const size_t noSectTestsCount = SK_ARRAY_COUNT(noSectTests);
42 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]);
44 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]);

Completed in 185 milliseconds