Home
last modified time | relevance | path

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

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