Searched refs:VectorDrawableRoot (Results 1 – 14 of 14) sorted by relevance
110 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()
307 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST()
1198 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST()
43 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef179 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()
81 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
201 void SkiaRecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
62 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; } in setVectorDrawable()63 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } in getVectorDrawable()81 sp<VectorDrawableRoot> mVectorDrawable;
57 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef172 void drawVectorDrawable(VectorDrawableRoot* tree);255 void drawVectorDrawable(VectorDrawableRoot* tree);
623 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()
31 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
149 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
691 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
812 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { in drawVectorDrawable()
55 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef250 virtual void drawVectorDrawable(VectorDrawableRoot* tree) = 0;