OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDrawableList
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkPictureRecorder.cpp
125
SkAutoTDelete<SkDrawableList>
fDrawableList
;
134
,
fDrawableList
(drawableList) // we take ownership
145
if (
fDrawableList
) {
146
drawables =
fDrawableList
->begin();
147
drawableCount =
fDrawableList
->count();
154
if (
fDrawableList
) {
157
pictList =
fDrawableList
->newDrawableSnapshot();
SkRecorder.h
50
SkDrawableList* getDrawableList() const { return
fDrawableList
.get(); }
51
SkDrawableList* detachDrawableList() { return
fDrawableList
.detach(); }
144
SkAutoTDelete<SkDrawableList>
fDrawableList
;
SkRecorder.cpp
63
fDrawableList
.reset(nullptr);
162
if (!
fDrawableList
) {
163
fDrawableList
.reset(new SkDrawableList);
165
fDrawableList
->append(drawable);
166
APPEND(DrawDrawable, this->copy(matrix), drawable->getBounds(),
fDrawableList
->count() - 1);
Completed in 466 milliseconds