HomeSort by relevance Sort by last modified time
    Searched refs:bbh (Results 1 - 25 of 27) sorted by null

1 2

  /external/skia/src/core/
SkRecordedDrawable.h 17 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh,
20 , fBBH(std::move(bbh))
SkRecordedDrawable.cpp 53 SkBBoxHierarchy* bbh; local
55 bbh = nullptr;
57 bbh = fBBH.get();
63 bbh, nullptr);
SkBigPicture.cpp 18 SkBBoxHierarchy* bbh,
24 , fBBH(bbh) // Take ownership of caller's ref.
30 // If the query contains the whole picture, don't bother with the BBH.
SkBigPicture.h 56 const SkBBoxHierarchy* bbh() const { return fBBH.get(); } function in class:final
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.
30 bbh->search(query, &ops);
  /external/skqp/src/core/
SkRecordedDrawable.h 17 SkRecordedDrawable(sk_sp<SkRecord> record, sk_sp<SkBBoxHierarchy> bbh,
20 , fBBH(std::move(bbh))
SkRecordedDrawable.cpp 53 SkBBoxHierarchy* bbh; local
55 bbh = nullptr;
57 bbh = fBBH.get();
63 bbh, nullptr);
SkBigPicture.cpp 18 SkBBoxHierarchy* bbh,
24 , fBBH(bbh) // Take ownership of caller's ref.
30 // If the query contains the whole picture, don't bother with the BBH.
SkBigPicture.h 56 const SkBBoxHierarchy* bbh() const { return fBBH.get(); } function in class:final
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.
30 bbh->search(query, &ops);
  /external/skia/tests/
PictureBBHTest.cpp 33 // No BBH
102 std::unique_ptr<SkBBoxHierarchy> bbh{ factory(SkRectPriv::MakeLargest()) };
105 bbh->insert(rects, SK_ARRAY_COUNT(rects));
106 REPORTER_ASSERT(r, bbh->getRootBound() == SkRect::MakeWH(15,15));
PictureTest.cpp 458 const SkBBoxHierarchy* pictureBBH = picture->bbh();
674 explicit SpoonFedBBHFactory(SkBBoxHierarchy* bbh) : fBBH(bbh) {}
682 // When the canvas clip covers the full picture, we don't need to call the BBH.
685 CountingBBH bbh(bound);
686 SpoonFedBBHFactory factory(&bbh);
698 REPORTER_ASSERT(r, bbh.searchCalls == 0);
701 REPORTER_ASSERT(r, bbh.searchCalls == 1);
  /external/skqp/tests/
PictureBBHTest.cpp 33 // No BBH
102 std::unique_ptr<SkBBoxHierarchy> bbh{ factory(SkRectPriv::MakeLargest()) };
105 bbh->insert(rects, SK_ARRAY_COUNT(rects));
106 REPORTER_ASSERT(r, bbh->getRootBound() == SkRect::MakeWH(15,15));
PictureTest.cpp 458 const SkBBoxHierarchy* pictureBBH = picture->bbh();
674 explicit SpoonFedBBHFactory(SkBBoxHierarchy* bbh) : fBBH(bbh) {}
682 // When the canvas clip covers the full picture, we don't need to call the BBH.
685 CountingBBH bbh(bound);
686 SpoonFedBBHFactory factory(&bbh);
698 REPORTER_ASSERT(r, bbh.searchCalls == 0);
701 REPORTER_ASSERT(r, bbh.searchCalls == 1);
  /toolchain/binutils/binutils-2.27/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 121 DEFINE_bool(bbh, true, "Build a BBH for SKPs?");
789 // The SKP we read off disk doesn't have a BBH. Re-record so it grows one.
    [all...]
  /external/skqp/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 121 DEFINE_bool(bbh, true, "Build a BBH for SKPs?");
788 // The SKP we read off disk doesn't have a BBH. Re-record so it grows one.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiEntry.asm 62 DB 0bbh ; mov bx, imm16
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmiEntry.asm 63 DB 0bbh ; mov bx, imm16
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
SmiEntry.asm 73 DB 0bbh ; mov bx, imm16
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiEntry.asm 72 DB 0bbh ; mov bx, imm16
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.asm 535 db 0bbh
    [all...]
st32_64.asm 551 db 0bbh
    [all...]

Completed in 280 milliseconds

1 2