/external/skia/platform_tools/android/apps/canvasproof/src/main/jni/ |
org_skia_canvasproof_CreateSkiaPicture.cpp | 36 SkRTreeFactory bbh; 37 recorder.beginRecording(bounds, &bbh)->drawPicture(p);
|
/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()) {
|
/external/skia/src/core/ |
SkBigPicture.cpp | 18 SkBBoxHierarchy* bbh, 25 , fBBH(bbh) // Take ownership of caller's ref. 32 // If the query contains the whole picture, don't bother with the BBH.
|
SkBigPicture.h | 60 const SkBBoxHierarchy* bbh() const { return fBBH; } function in class:final
|
SkPictureRecorder.cpp | 84 // TODO: get updated fCullRect from bounds instead of forcing the BBH to return it? 117 SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount, nullptr/*bbh*/, nullptr/*callback*/); 130 SkRecordedDrawable(SkRecord* record, SkBBoxHierarchy* bbh, SkDrawableList* drawableList, 133 , fBBH(SkSafeRef(bbh))
|
SkRecordDraw.cpp | 17 const SkBBoxHierarchy* bbh, 21 if (bbh) { 23 // The SkRecord and BBH were recorded in identity space. This canvas 26 // lets us query the BBH. 33 bbh->search(query, &ops);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
sections.s | 33 ivals .word 0aah, 0bbh, 0cch
|
/external/skia/bench/ |
PicturePlaybackBench.cpp | 147 enum BBH { kNone, kRTree }; 151 TiledPlaybackBench(BBH bbh, Mode mode) : fBBH(bbh), fMode(mode), fName("tiled_playback") { 210 BBH fBBH;
|
nanobench.cpp | 109 DEFINE_bool(bbh, true, "Build a BBH for SKPs?"); 688 // The SKP we read off disk doesn't have a BBH. Re-record so it grows one. [all...] |
/external/skia/tests/ |
PictureTest.cpp | [all...] |