OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBBH
(Results
1 - 16
of
16
) sorted by null
/external/skia/src/core/
SkPictureRecorder.cpp
37
fBBH
.reset((*bbhFactory)(cullRect));
38
SkASSERT(
fBBH
.get());
61
auto pic = fMiniRecorder->detachAsPicture(
fBBH
? nullptr : &fCullRect);
62
fBBH
.reset(nullptr);
73
if (
fBBH
.get()) {
76
fBBH
->insert(bounds, fRecord->count());
80
SkRect bbhBound =
fBBH
->getRootBound();
90
return sk_make_sp<SkBigPicture>(fCullRect, fRecord.release(), pictList,
fBBH
.release(),
123
if (
fBBH
.get()) {
126
fBBH
->insert(bounds, fRecord->count())
[
all
...]
SkBigPicture.cpp
24
,
fBBH
(bbh) // Take ownership of caller's ref.
38
useBBH ?
fBBH
.get() : nullptr,
60
if (
fBBH
) { bytes +=
fBBH
->bytesUsed(); }
SkRecordedDrawable.h
20
,
fBBH
(std::move(bbh))
38
sk_sp<SkBBoxHierarchy>
fBBH
;
SkRecordedDrawable.cpp
23
SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount,
fBBH
.get(), nullptr);
38
// SkBigPicture will take ownership of a ref on both fRecord and
fBBH
.
40
return new SkBigPicture(fBounds, SkRef(fRecord.get()), pictList, SkSafeRef(
fBBH
.get()),
57
bbh =
fBBH
.get();
SkBigPicture.h
57
const SkBBoxHierarchy* bbh() const { return
fBBH
.get(); }
68
sk_sp<const SkBBoxHierarchy>
fBBH
;
/external/skqp/src/core/
SkPictureRecorder.cpp
37
fBBH
.reset((*bbhFactory)(cullRect));
38
SkASSERT(
fBBH
.get());
61
auto pic = fMiniRecorder->detachAsPicture(
fBBH
? nullptr : &fCullRect);
62
fBBH
.reset(nullptr);
73
if (
fBBH
.get()) {
76
fBBH
->insert(bounds, fRecord->count());
80
SkRect bbhBound =
fBBH
->getRootBound();
90
return sk_make_sp<SkBigPicture>(fCullRect, fRecord.release(), pictList,
fBBH
.release(),
123
if (
fBBH
.get()) {
126
fBBH
->insert(bounds, fRecord->count())
[
all
...]
SkBigPicture.cpp
24
,
fBBH
(bbh) // Take ownership of caller's ref.
38
useBBH ?
fBBH
.get() : nullptr,
60
if (
fBBH
) { bytes +=
fBBH
->bytesUsed(); }
SkRecordedDrawable.h
20
,
fBBH
(std::move(bbh))
38
sk_sp<SkBBoxHierarchy>
fBBH
;
SkRecordedDrawable.cpp
23
SkRecordDraw(*fRecord, canvas, nullptr, drawables, drawableCount,
fBBH
.get(), nullptr);
38
// SkBigPicture will take ownership of a ref on both fRecord and
fBBH
.
40
return new SkBigPicture(fBounds, SkRef(fRecord.get()), pictList, SkSafeRef(
fBBH
.get()),
57
bbh =
fBBH
.get();
SkBigPicture.h
57
const SkBBoxHierarchy* bbh() const { return
fBBH
.get(); }
68
sk_sp<const SkBBoxHierarchy>
fBBH
;
/external/skia/bench/
PicturePlaybackBench.cpp
29
TiledPlaybackBench(BBH bbh, Mode mode) :
fBBH
(bbh), fMode(mode), fName("tiled_playback") {
30
switch (
fBBH
) {
45
switch (
fBBH
) {
88
BBH
fBBH
;
/external/skqp/bench/
PicturePlaybackBench.cpp
29
TiledPlaybackBench(BBH bbh, Mode mode) :
fBBH
(bbh), fMode(mode), fName("tiled_playback") {
30
switch (
fBBH
) {
45
switch (
fBBH
) {
88
BBH
fBBH
;
/external/skia/include/core/
SkPictureRecorder.h
117
sk_sp<SkBBoxHierarchy>
fBBH
;
/external/skqp/include/core/
SkPictureRecorder.h
117
sk_sp<SkBBoxHierarchy>
fBBH
;
/external/skia/tests/
PictureTest.cpp
686
explicit SpoonFedBBHFactory(SkBBoxHierarchy* bbh) :
fBBH
(bbh) {}
688
return SkRef(
fBBH
);
691
SkBBoxHierarchy*
fBBH
;
/external/skqp/tests/
PictureTest.cpp
687
explicit SpoonFedBBHFactory(SkBBoxHierarchy* bbh) :
fBBH
(bbh) {}
689
return SkRef(
fBBH
);
692
SkBBoxHierarchy*
fBBH
;
Completed in 596 milliseconds