Home
last modified time | relevance | path

Searched defs:drawableList (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkPictureRecorder.cpp78 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local
124 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local
DSkRecordedDrawable.h30 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java164 static final Map<ComponentName, Drawable> drawableList = new LinkedHashMap<>(); field in ShadowPackageManager