Home
last modified time | relevance | path

Searched refs:mVectorDrawables (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h89 bool hasVectorDrawables() const { return !mVectorDrawables.empty(); } in hasVectorDrawables()
155 std::vector<Pair<VectorDrawableRoot*, SkMatrix>> mVectorDrawables;
162 mVectorDrawables.push_back(Pair<VectorDrawableRoot*, SkMatrix>(r, mat)); in appendVD()
DSkiaDisplayList.cpp38 for (auto& vectorDrawable : mVectorDrawables) { in syncContents()
134 for (auto& vectorDrawablePair : mVectorDrawables) { in prepareListAndChildren()
161 mVectorDrawables.clear(); in reset()
DSkiaPipeline.cpp46 mVectorDrawables.reserve(30); in SkiaPipeline()
79 mVectorDrawables.clear(); in onPrepareTree()
213 if (!mVectorDrawables.empty()) { in renderVectorDrawableCache()
218 for (auto vd : mVectorDrawables) { in renderVectorDrawableCache()
221 mVectorDrawables.clear(); in renderVectorDrawableCache()
DSkiaPipeline.h57 std::vector<VectorDrawableRoot*>* getVectorDrawables() { return &mVectorDrawables; } in getVectorDrawables()
146 std::vector<VectorDrawableRoot*> mVectorDrawables; variable