Home
last modified time | relevance | path

Searched refs:tests_count (Results 1 – 18 of 18) sorted by relevance

/external/skqp/tests/
DPathOpsDLineTest.cpp20 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
23 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
DPathOpsDVectorTest.cpp21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
24 for (size_t index = 0; index < tests_count - 1; ++index) { in DEF_TEST()
DPathOpsLineParametetersTest.cpp38 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
41 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
DPathOpsDPointTest.cpp21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
24 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
DPathOpsLineIntersectionTest.cpp44 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
209 for (index = 0; index < tests_count; ++index) { in DEF_TEST()
227 SkASSERT(index < (int) tests_count); in DEF_TEST()
233 SkASSERT(index < (int) tests_count); in DEF_TEST()
DPathOpsCubicIntersectionTestData.h22 extern const size_t tests_count;
DPathOpsCubicIntersectionTestData.cpp110 const size_t tests_count = SK_ARRAY_COUNT(tests); variable
DPathOpsCubicIntersectionTest.cpp20 for (size_t index = firstCubicIntersectionTest; index < tests_count; ++index) { in standardTestCases()
DStrokerTest.cpp133 cubicPairSetTest(tests, tests_count); in DEF_TEST()
/external/skia/tests/
DPathOpsDLineTest.cpp20 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
23 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
DPathOpsDVectorTest.cpp21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
24 for (size_t index = 0; index < tests_count - 1; ++index) { in DEF_TEST()
DPathOpsLineParametetersTest.cpp38 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
41 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
DPathOpsDPointTest.cpp21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
24 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
DPathOpsLineIntersectionTest.cpp44 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
209 for (index = 0; index < tests_count; ++index) { in DEF_TEST()
227 SkASSERT(index < (int) tests_count); in DEF_TEST()
233 SkASSERT(index < (int) tests_count); in DEF_TEST()
DPathOpsCubicIntersectionTestData.h22 extern const size_t tests_count;
DPathOpsCubicIntersectionTestData.cpp110 const size_t tests_count = SK_ARRAY_COUNT(tests); variable
DPathOpsCubicIntersectionTest.cpp20 for (size_t index = firstCubicIntersectionTest; index < tests_count; ++index) { in standardTestCases()
DStrokerTest.cpp133 cubicPairSetTest(tests, tests_count); in DEF_TEST()