Home
last modified time | relevance | path

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

/external/skia/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/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java115 static final Map<ComponentName, Drawable> drawableList = new LinkedHashMap<>(); field in ShadowPackageManager
358 drawableList.put(component, drawable); in addActivityIcon()
362 drawableList.put(intent.getComponent(), drawable); in addActivityIcon()
1103 drawableList.clear(); in reset()
DShadowApplicationPackageManager.java1377 Drawable result = drawableList.get(activityName); in getActivityIcon()