OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstLinesTest
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
CubicReduceOrder_Test.cpp
38
int
firstLinesTest
= run == RunAll ? 0 : run == RunLines ? firstTestIndex : SK_MaxS32;
63
for (index =
firstLinesTest
; index < lines_count; ++index) {
CubicToQuadratics_Test.cpp
106
int
firstLinesTest
= run == RunAll ? 0 : run == RunLines ? firstTestIndex : SK_MaxS32;
118
test(lines, "lines",
firstLinesTest
, lines_count);
/external/chromium_org/third_party/skia/tests/
PathOpsCubicToQuadsTest.cpp
121
int
firstLinesTest
= run == RunAll ? 0 : run == RunLines ? firstTestIndex : SK_MaxS32;
142
test(reporter, lines, "lines",
firstLinesTest
, lines_count);
PathOpsCubicReduceOrderTest.cpp
89
int
firstLinesTest
= run == RunAll ? 0 : run == RunLines ? firstTestIndex : SK_MaxS32;
126
for (index =
firstLinesTest
; index < lines_count; ++index) {
Completed in 34 milliseconds