Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h41 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
172 std::vector<Pair<VectorDrawableRoot*, SkMatrix>> mVectorDrawables;
175 void appendVD(VectorDrawableRoot* r) { appendVD(r, SkMatrix::I()); } in appendVD()
177 void appendVD(VectorDrawableRoot* r, const SkMatrix& mat) { in appendVD()
178 mVectorDrawables.push_back(Pair<VectorDrawableRoot*, SkMatrix>(r, mat)); in appendVD()
DSkiaRecordingCanvas.h76 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
DSkiaRecordingCanvas.cpp176 void SkiaRecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp112 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group()); in TEST()
157 VectorDrawableRoot cleanVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
170 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
227 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
251 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
271 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
292 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
313 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
331 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
346 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
DRenderNodeTests.cpp305 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST()
DRenderNodeDrawableTests.cpp1193 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;
DRecordingCanvas.h47 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
133 void drawVectorDrawable(VectorDrawableRoot* tree);
213 void drawVectorDrawable(VectorDrawableRoot* tree);
DDisplayList.h31 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
DSkiaCanvas.h139 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
DRecordingCanvas.cpp484 DrawVectorDrawable(VectorDrawableRoot* tree) in DrawVectorDrawable()
496 sp<VectorDrawableRoot> mRoot;
768 void DisplayListData::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
1095 void RecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
DVectorDrawable.h690 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
DSkiaCanvas.cpp720 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { in drawVectorDrawable()
/frameworks/base/libs/hwui/hwui/
DCanvas.h56 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
241 virtual void drawVectorDrawable(VectorDrawableRoot* tree) = 0;