Searched refs:VectorDrawableRoot (Results 1 – 14 of 14) sorted by relevance
41 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef172 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()
76 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
176 void SkiaRecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
112 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()
305 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST()
1193 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_SKIA_PIPELINE_TEST()
62 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()63 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } in getVectorDrawable()81 sp<VectorDrawableRoot> mVectorDrawable;
47 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef133 void drawVectorDrawable(VectorDrawableRoot* tree);213 void drawVectorDrawable(VectorDrawableRoot* tree);
31 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
139 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
484 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()
690 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
720 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { in drawVectorDrawable()
56 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef241 virtual void drawVectorDrawable(VectorDrawableRoot* tree) = 0;