Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/
H A DSkiaDisplayListTests.cpp110 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group()); in TEST()
184 VectorDrawableRoot cleanVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
197 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
254 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
278 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
298 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
319 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
340 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
358 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
373 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
H A DRenderNodeTests.cpp307 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST()
H A DRenderNodeDrawableTests.cpp1198 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST()
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.h43 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
179 std::vector<Pair<VectorDrawableRoot*, SkMatrix>> mVectorDrawables;
182 void appendVD(VectorDrawableRoot* r) { appendVD(r, SkMatrix::I()); } in appendVD()
184 void appendVD(VectorDrawableRoot* r, const SkMatrix& mat) { in appendVD()
185 mVectorDrawables.push_back(Pair<VectorDrawableRoot*, SkMatrix>(r, mat)); in appendVD()
H A DSkiaRecordingCanvas.h81 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
H A DSkiaRecordingCanvas.cpp201 void SkiaRecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
/aosp_15_r20/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.h57 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
172 void drawVectorDrawable(VectorDrawableRoot* tree);
255 void drawVectorDrawable(VectorDrawableRoot* tree);
H A DRecordingCanvas.cpp623 DrawVectorDrawable(VectorDrawableRoot* tree) in DrawVectorDrawable()
635 sp<VectorDrawableRoot> mRoot;
948 void DisplayListData::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
1291 void RecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
H A DDisplayList.h31 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
H A DSkiaCanvas.h149 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
H A DVectorDrawable.h691 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
H A DSkiaCanvas.cpp812 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { in drawVectorDrawable()
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DCanvas.h55 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
250 virtual void drawVectorDrawable(VectorDrawableRoot* tree) = 0;