HomeSort by relevance Sort by last modified time
    Searched refs:drawableList (Results 1 - 6 of 6) sorted by null

  /external/skia/src/core/
SkRecordedDrawable.h 18 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds)
21 , fDrawableList(std::move(drawableList))
SkPictureRecorder.cpp 69 SkDrawableList* drawableList = fRecorder->getDrawableList();
71 drawableList ? drawableList->newDrawableSnapshot() : nullptr;
108 SkDrawableList* drawableList = fRecorder->getDrawableList();
109 if (drawableList) {
110 drawableCount = drawableList->count();
111 drawables = drawableList->begin();
  /external/skqp/src/core/
SkRecordedDrawable.h 18 std::unique_ptr<SkDrawableList> drawableList, const SkRect& bounds)
21 , fDrawableList(std::move(drawableList))
SkPictureRecorder.cpp 69 SkDrawableList* drawableList = fRecorder->getDrawableList();
71 drawableList ? drawableList->newDrawableSnapshot() : nullptr;
108 SkDrawableList* drawableList = fRecorder->getDrawableList();
109 if (drawableList) {
110 drawableCount = drawableList->count();
111 drawables = drawableList->begin();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPackageManager.java 115 static final Map<ComponentName, Drawable> drawableList = new LinkedHashMap<>();
358 drawableList.put(component, drawable);
362 drawableList.put(intent.getComponent(), drawable);
    [all...]
ShadowApplicationPackageManager.java     [all...]

Completed in 183 milliseconds