Searched refs:VectorDrawableRoot (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/hwui/
H A DCanvas.h62 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot; typedef in namespace:android
223 virtual void drawVectorDrawable(VectorDrawableRoot* tree);
/frameworks/base/libs/hwui/
H A DDisplayListCanvas.h210 virtual void drawVectorDrawable(VectorDrawableRoot* tree) override;
H A DRecordingCanvas.h176 virtual void drawVectorDrawable(VectorDrawableRoot* tree) override;
H A DSkiaCanvas.cpp151 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
750 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) {
H A DDisplayListOp.h1113 DrawVectorDrawableOp(VectorDrawableRoot* tree, const SkRect& bounds)
1130 VectorDrawableRoot* mTree;
H A DDisplayListCanvas.cpp418 void DisplayListCanvas::drawVectorDrawable(VectorDrawableRoot* tree) {
H A DRecordingCanvas.cpp442 void RecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) {

Completed in 70 milliseconds