Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureRecorder.cpp69 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local
108 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local
DSkRecordedDrawable.h18 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) in SkRecordedDrawable()
/external/skqp/src/core/
DSkPictureRecorder.cpp69 SkDrawableList* drawableList = fRecorder->getDrawableList(); in finishRecordingAsPicture() local
108 SkDrawableList* drawableList = fRecorder->getDrawableList(); in partialReplay() local
DSkRecordedDrawable.h18 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds) 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