HomeSort by relevance Sort by last modified time
    Searched defs:mVectorDrawables (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/pipeline/skia/
SkiaDisplayList.h 86 bool hasVectorDrawables() const override { return !mVectorDrawables.empty(); }
147 std::vector<VectorDrawableRoot*> mVectorDrawables;
SkiaPipeline.h 56 std::vector<VectorDrawableRoot*>* getVectorDrawables() { return &mVectorDrawables; }
127 * Render mVectorDrawables into offscreen buffers.
139 std::vector<VectorDrawableRoot*> mVectorDrawables;

Completed in 1189 milliseconds