Home
last modified time | relevance | path

Searched refs:drawableList (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/core/
DSkPictureRecorder.cpp69 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local
71 drawableList ? drawableList->newDrawableSnapshot() : nullptr; in finishRecordingAsPicture()
108 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local
109 if (drawableList) { in partialReplay()
110 drawableCount = drawableList->count(); in partialReplay()
111 drawables = drawableList->begin(); in partialReplay()
DSkRecordedDrawable.h18 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable() argument
21 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable()
/external/skia/src/core/
DSkPictureRecorder.cpp75 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local
77 drawableList ? drawableList->newDrawableSnapshot() : nullptr in finishRecordingAsPicture()
121 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local
122 if (drawableList) { in partialReplay()
123 drawableCount = drawableList->count(); in partialReplay()
124 drawables = drawableList->begin(); in partialReplay()
DSkRecordedDrawable.h17 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable() argument
20 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java116 static final Map<ComponentName, Drawable> drawableList = new LinkedHashMap<>(); field in ShadowPackageManager
359 drawableList.put(component, drawable); in addActivityIcon()
363 drawableList.put(intent.getComponent(), drawable); in addActivityIcon()
1111 drawableList.clear(); in reset()
DShadowApplicationPackageManager.java1410 Drawable result = drawableList.get(activityName); in getActivityIcon()