OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkBBoxHierarchy
(Results
26 - 28
of
28
) sorted by null
1
2
/external/skqp/tests/
PictureTest.cpp
9
#include "
SkBBoxHierarchy
.h"
472
const
SkBBoxHierarchy
* pictureBBH = picture->bbh();
670
struct CountingBBH : public
SkBBoxHierarchy
{
687
explicit SpoonFedBBHFactory(
SkBBoxHierarchy
* bbh) : fBBH(bbh) {}
688
SkBBoxHierarchy
* operator()(const SkRect&) const override {
692
SkBBoxHierarchy
* fBBH;
/external/skia/src/core/
SkRecordDraw.cpp
18
const
SkBBoxHierarchy
* bbh,
152
// This is an SkRecord visitor that fills an
SkBBoxHierarchy
.
/external/skqp/src/core/
SkRecordDraw.cpp
18
const
SkBBoxHierarchy
* bbh,
148
// This is an SkRecord visitor that fills an
SkBBoxHierarchy
.
Completed in 74 milliseconds
1
2