Searched refs:VectorDrawableRoot (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.h64 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; }
65 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); }
83 sp<VectorDrawableRoot> mVectorDrawable;
H A DDisplayList.h65 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef in namespace:android::uirenderer
159 LsaVector<VectorDrawableRoot*> vectorDrawables;
H A DSkiaCanvas.h142 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
H A DRecordingCanvas.h176 virtual void drawVectorDrawable(VectorDrawableRoot* tree) override;
H A DRecordingCanvas.cpp457 void RecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) {
H A DSkiaCanvas.cpp680 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) {
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.h145 std::vector<VectorDrawableRoot*> mVectorDrawables;
H A DSkiaRecordingCanvas.cpp122 VectorDrawable(VectorDrawableRoot* tree) : mRoot(tree) {}
137 * 1) Add drawDirect(SkCanvas*) to VectorDrawableRoot
148 sp<VectorDrawableRoot> mRoot;
151 void SkiaRecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) {
H A DSkiaRecordingCanvas.h68 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
/frameworks/base/libs/hwui/tests/unit/
H A DSkiaDisplayListTests.cpp97 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group());
127 VectorDrawableRoot cleanVD(new VectorDrawable::Group());
139 VectorDrawableRoot dirtyVD(new VectorDrawable::Group());
H A DRenderNodeTests.cpp309 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group));
/frameworks/base/libs/hwui/hwui/
H A DCanvas.h68 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef in namespace:android
261 virtual void drawVectorDrawable(VectorDrawableRoot* tree) = 0;

Completed in 3055 milliseconds