Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.h42 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
174 std::vector<Pair<VectorDrawableRoot*, SkMatrix>> mVectorDrawables;
177 void appendVD(VectorDrawableRoot* r) { appendVD(r, SkMatrix::I()); } in appendVD()
179 void appendVD(VectorDrawableRoot* r, const SkMatrix& mat) { in appendVD()
180 mVectorDrawables.push_back(Pair<VectorDrawableRoot*, SkMatrix>(r, mat)); in appendVD()
H A DSkiaRecordingCanvas.h81 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
H A DSkiaRecordingCanvas.cpp192 void SkiaRecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A 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()
H A DRenderNodeTests.cpp305 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST()
H A DRenderNodeDrawableTests.cpp1194 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/aosp14/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.h62 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()
63 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } in getVectorDrawable()
81 sp<VectorDrawableRoot> mVectorDrawable;
H A DRecordingCanvas.h56 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
183 void drawVectorDrawable(VectorDrawableRoot* tree);
266 void drawVectorDrawable(VectorDrawableRoot* tree);
H A DDisplayList.h31 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
H A DSkiaCanvas.h147 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
H A DRecordingCanvas.cpp614 DrawVectorDrawable(VectorDrawableRoot* tree) in DrawVectorDrawable()
626 sp<VectorDrawableRoot> mRoot;
912 void DisplayListData::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
1254 void RecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
H A DVectorDrawable.h691 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
H A DSkiaCanvas.cpp768 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { in drawVectorDrawable()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DCanvas.h58 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
250 virtual void drawVectorDrawable(VectorDrawableRoot* tree) = 0;