OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstNotLinesTest
(Results
1 - 4
of
4
) 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) {
Completed in 36 milliseconds