Searched refs:VectorDrawableRoot (Results 1 – 12 of 12) sorted by relevance
64 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()65 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } in getVectorDrawable()83 sp<VectorDrawableRoot> mVectorDrawable;
65 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef159 LsaVector<VectorDrawableRoot*> vectorDrawables;
142 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
176 virtual void drawVectorDrawable(VectorDrawableRoot* tree) override;
457 void RecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
680 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { in drawVectorDrawable()
97 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group()); in TEST()127 VectorDrawableRoot cleanVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()139 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
309 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST()
122 VectorDrawable(VectorDrawableRoot* tree) : mRoot(tree) {} in VectorDrawable()148 sp<VectorDrawableRoot> mRoot;151 void SkiaRecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
145 std::vector<VectorDrawableRoot*> mVectorDrawables;
68 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
68 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef261 virtual void drawVectorDrawable(VectorDrawableRoot* tree) = 0;