Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h41 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
155 std::vector<Pair<VectorDrawableRoot*, SkMatrix>> mVectorDrawables;
157 void appendVD(VectorDrawableRoot* r) { in appendVD()
161 void appendVD(VectorDrawableRoot* r, const SkMatrix& mat) { in appendVD()
162 mVectorDrawables.push_back(Pair<VectorDrawableRoot*, SkMatrix>(r, mat)); in appendVD()
DSkiaPipeline.h57 std::vector<VectorDrawableRoot*>* getVectorDrawables() { return &mVectorDrawables; } in getVectorDrawables()
146 std::vector<VectorDrawableRoot*> mVectorDrawables;
DSkiaRecordingCanvas.h70 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
DSkiaRecordingCanvas.cpp153 void SkiaRecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp112 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group()); in TEST()
158 VectorDrawableRoot cleanVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
171 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
229 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
253 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
273 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
294 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
315 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
333 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
348 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
DRenderNodeTests.cpp301 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST()
DSkiaPipelineTests.cpp77 sp<VectorDrawableRoot> dirtyVD(new VectorDrawableRoot(new VectorDrawable::Group())); in RENDERTHREAD_SKIA_PIPELINE_TEST()
DRenderNodeDrawableTests.cpp1190 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.h62 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()
63 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } in getVectorDrawable()
81 sp<VectorDrawableRoot> mVectorDrawable;
DDisplayList.h27 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
DRecordingCanvas.h122 void drawVectorDrawable(VectorDrawableRoot* tree);
206 void drawVectorDrawable(VectorDrawableRoot* tree);
DRecordingCanvas.cpp479 DrawVectorDrawable(VectorDrawableRoot* tree) in DrawVectorDrawable()
489 sp<VectorDrawableRoot> mRoot;
675 void DisplayListData::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
980 void RecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
DSkiaCanvas.h138 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
DVectorDrawable.h723 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
DSkiaCanvas.cpp686 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { in drawVectorDrawable()
/frameworks/base/libs/hwui/hwui/
DCanvas.h81 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
280 virtual void drawVectorDrawable(VectorDrawableRoot* tree) = 0;