OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPreprocess
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
PictureBenchmark.h
48
void setPreprocess(bool preprocess) {
fPreprocess
= preprocess; }
49
bool preprocess() const { return
fPreprocess
; }
67
bool
fPreprocess
;
PictureBenchmark.cpp
24
,
fPreprocess
(false)
75
if (
fPreprocess
) {
Completed in 37 milliseconds