Searched refs:mVectorDrawables (Results 1 – 4 of 4) sorted by relevance
89 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()
38 for (auto& vectorDrawable : mVectorDrawables) { in syncContents()134 for (auto& vectorDrawablePair : mVectorDrawables) { in prepareListAndChildren()161 mVectorDrawables.clear(); in reset()
46 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()
57 std::vector<VectorDrawableRoot*>* getVectorDrawables() { return &mVectorDrawables; } in getVectorDrawables()146 std::vector<VectorDrawableRoot*> mVectorDrawables; variable