Home
last modified time | relevance | path

Searched refs:anyExclude (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/tools/skqp/src/
Dskqp_main.cpp48 bool anyExclude = count == 0; in should_skip() local
54 anyExclude = true; in should_skip()
73 return !anyExclude; in should_skip()
/third_party/skia/tools/skqp/src/
Dskqp_main.cpp54 bool anyExclude = count == 0; in should_skip() local
60 anyExclude = true; in should_skip()
79 return !anyExclude; in should_skip()
/third_party/skia/tools/flags/
DCommandLineFlags.cpp364 bool anyExclude = count == 0; in ShouldSkipImpl() local
370 anyExclude = true; in ShouldSkipImpl()
390 return !anyExclude; in ShouldSkipImpl()
/third_party/flutter/skia/tools/flags/
DCommandLineFlags.cpp364 bool anyExclude = count == 0; in ShouldSkipImpl() local
370 anyExclude = true; in ShouldSkipImpl()
390 return !anyExclude; in ShouldSkipImpl()