OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstNotPointDegeneratesTest
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
CubicReduceOrder_Test.cpp
37
int
firstNotPointDegeneratesTest
= run == RunAll ? 0 : run == RunNotPointDegenerates ? firstTestIndex : SK_MaxS32;
55
for (index =
firstNotPointDegeneratesTest
; index < notPointDegenerates_count; ++index) {
CubicToQuadratics_Test.cpp
105
int
firstNotPointDegeneratesTest
= run == RunAll ? 0 : run == RunNotPointDegenerates ? firstTestIndex : SK_MaxS32;
117
test(notPointDegenerates, "notPointDegenerates",
firstNotPointDegeneratesTest
, notPointDegenerates_count);
/external/chromium_org/third_party/skia/tests/
PathOpsCubicToQuadsTest.cpp
119
int
firstNotPointDegeneratesTest
= run == RunAll ? 0 : run == RunNotPointDegenerates
140
testC(reporter, notPointDegenerates, "notPointDegenerates",
firstNotPointDegeneratesTest
,
PathOpsCubicReduceOrderTest.cpp
87
int
firstNotPointDegeneratesTest
= run == RunAll ? 0 : run == RunNotPointDegenerates
116
for (index =
firstNotPointDegeneratesTest
; index < notPointDegenerates_count; ++index) {
Completed in 34 milliseconds