Searched refs:VectorDrawableRoot (Results 1 – 16 of 16) sorted by relevance
41 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef155 std::vector<Pair<VectorDrawableRoot*, SkMatrix>> mVectorDrawables;157 void appendVD(VectorDrawableRoot* r) { in appendVD()161 void appendVD(VectorDrawableRoot* r, const SkMatrix& mat) { in appendVD()162 mVectorDrawables.push_back(Pair<VectorDrawableRoot*, SkMatrix>(r, mat)); in appendVD()
57 std::vector<VectorDrawableRoot*>* getVectorDrawables() { return &mVectorDrawables; } in getVectorDrawables()146 std::vector<VectorDrawableRoot*> mVectorDrawables;
70 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
153 void SkiaRecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
112 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group()); in TEST()158 VectorDrawableRoot cleanVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()171 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()229 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()253 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()273 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()294 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()315 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()333 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()348 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
301 sp<VectorDrawableRoot> vectorDrawable(new VectorDrawableRoot(group)); in RENDERTHREAD_TEST()
77 sp<VectorDrawableRoot> dirtyVD(new VectorDrawableRoot(new VectorDrawable::Group())); in RENDERTHREAD_SKIA_PIPELINE_TEST()
1190 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;
27 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
122 void drawVectorDrawable(VectorDrawableRoot* tree);206 void drawVectorDrawable(VectorDrawableRoot* tree);
479 DrawVectorDrawable(VectorDrawableRoot* tree) in DrawVectorDrawable()489 sp<VectorDrawableRoot> mRoot;675 void DisplayListData::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()980 void RecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
138 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
723 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
686 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { in drawVectorDrawable()
81 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef280 virtual void drawVectorDrawable(VectorDrawableRoot* tree) = 0;