OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useBBH
(Results
1 - 3
of
3
) sorted by null
/external/skia/bench/
RecordingBench.h
16
RecordingBench(const char* name, const SkPicture*, bool
useBBH
);
RecordingBench.cpp
13
RecordingBench::RecordingBench(const char* name, const SkPicture* pic, bool
useBBH
)
16
, fUseBBH(
useBBH
) {}
/external/skia/src/core/
SkBigPicture.cpp
35
const bool
useBBH
= !clipBounds.contains(this->cullRect());
42
useBBH
? fBBH.get() : nullptr,
Completed in 2929 milliseconds