Searched refs:drawableList (Results 1 – 6 of 6) sorted by relevance
69 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local71 drawableList ? drawableList->newDrawableSnapshot() : nullptr; in finishRecordingAsPicture()108 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local109 if (drawableList) { in partialReplay()110 drawableCount = drawableList->count(); in partialReplay()111 drawables = drawableList->begin(); in partialReplay()
18 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable() argument21 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable()
75 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local77 drawableList ? drawableList->newDrawableSnapshot() : nullptr in finishRecordingAsPicture()121 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local122 if (drawableList) { in partialReplay()123 drawableCount = drawableList->count(); in partialReplay()124 drawables = drawableList->begin(); in partialReplay()
17 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable() argument20 , fDrawableList(std::move(drawableList)) in SkRecordedDrawable()
116 static final Map<ComponentName, Drawable> drawableList = new LinkedHashMap<>(); field in ShadowPackageManager359 drawableList.put(component, drawable); in addActivityIcon()363 drawableList.put(intent.getComponent(), drawable); in addActivityIcon()1111 drawableList.clear(); in reset()
1410 Drawable result = drawableList.get(activityName); in getActivityIcon()