Searched refs:drawableList (Results 1 – 3 of 3) 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()
25 private Map<ComponentName, Drawable> drawableList = new HashMap<ComponentName, Drawable>(); field in RobolectricPackageManager116 return drawableList.get(intent.getComponent()); in getActivityIcon()121 return drawableList.get(componentName); in getActivityIcon()125 drawableList.put( component, d); in addActivityIcon()129 drawableList.put( intent.getComponent(), d); in addActivityIcon()