OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bbh
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkBigPicture.h
60
const SkBBoxHierarchy*
bbh
() const { return fBBH; }
function in class:final
/external/skia/src/gpu/
GrRecordReplaceDraw.cpp
76
const SkBBoxHierarchy*
bbh
= fPicture->
bbh
();
local
86
if (
bbh
) {
88
// The SkRecord and
BBH
were recorded in identity space. This canvas
91
// lets us query the
BBH
.
95
bbh
->search(query, &fOps);
172
if (fPicture->
bbh
()) {
Completed in 110 milliseconds