Searched refs:VectorDrawableRoot (Results 1 – 14 of 14) sorted by relevance
42 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef174 std::vector<Pair<VectorDrawableRoot*, SkMatrix>> mVectorDrawables;177 void appendVD(VectorDrawableRoot* r) { appendVD(r, SkMatrix::I()); } in appendVD()179 void appendVD(VectorDrawableRoot* r, const SkMatrix& mat) { in appendVD()180 mVectorDrawables.push_back(Pair<VectorDrawableRoot*, SkMatrix>(r, mat)); in appendVD()
81 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
192 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()
1194 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;
56 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef183 void drawVectorDrawable(VectorDrawableRoot* tree);266 void drawVectorDrawable(VectorDrawableRoot* tree);
31 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
147 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
614 DrawVectorDrawable(VectorDrawableRoot* tree) in DrawVectorDrawable()626 sp<VectorDrawableRoot> mRoot;912 void DisplayListData::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()1254 void RecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
691 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef
768 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { in drawVectorDrawable()
58 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef250 virtual void drawVectorDrawable(VectorDrawableRoot* tree) = 0;