OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gDumpTSectNum
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
PathOpsDebug.cpp
1210
extern int
gDumpTSectNum
;
1215
SkDebugf("%d ", ++
gDumpTSectNum
);
1222
SkDebugf("<div id=\"sect%d\">\n", ++
gDumpTSectNum
);
[
all
...]
/external/skqp/tests/
PathOpsDebug.cpp
1210
extern int
gDumpTSectNum
;
1215
SkDebugf("%d ", ++
gDumpTSectNum
);
1222
SkDebugf("<div id=\"sect%d\">\n", ++
gDumpTSectNum
);
[
all
...]
Completed in 2574 milliseconds