OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxTransitions
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/tests/sandbox/
monkey.c
52
int
maxTransitions
= 10;
157
if (countTransitions >=
maxTransitions
) {
242
maxTransitions
= atoi(&arg[2]);
/external/skia/src/core/
SkRegion_path.cpp
21
bool init(int maxHeight, int
maxTransitions
);
92
bool SkRgnBuilder::init(int maxHeight, int
maxTransitions
) {
93
if ((maxHeight |
maxTransitions
) < 0) {
100
count.setMul(maxHeight + 1, 3 +
maxTransitions
);
Completed in 57 milliseconds