OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fDrawableList
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkRecorder.h
50
SkDrawableList* getDrawableList() const { return
fDrawableList
.get(); }
51
SkDrawableList* detachDrawableList() { return
fDrawableList
.detach(); }
144
SkAutoTDelete<SkDrawableList>
fDrawableList
;
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();
Completed in 478 milliseconds