Searched refs:fDrawableList (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkPictureRecorder.cpp108 SkAutoTDelete<SkDrawableList> fDrawableList; member in class:SkRecordedDrawable
117 , fDrawableList(drawableList) // we take ownership
128 if (fDrawableList) {
129 drawables = fDrawableList->begin();
130 drawableCount = fDrawableList->count();
137 if (fDrawableList) {
140 pictList = fDrawableList->newDrawableSnapshot();
H A DSkRecorder.h46 SkDrawableList* getDrawableList() const { return fDrawableList.get(); }
47 SkDrawableList* detachDrawableList() { return fDrawableList.detach(); }
138 SkAutoTDelete<SkDrawableList> fDrawableList; member in class:SkRecorder
H A DSkRecorder.cpp52 fDrawableList.reset(NULL);
157 if (!fDrawableList) {
158 fDrawableList.reset(SkNEW(SkDrawableList));
160 fDrawableList->append(drawable);
161 APPEND(DrawDrawable, drawable->getBounds(), fDrawableList->count() - 1);

Completed in 426 milliseconds