OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawVectorDrawable
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/libs/hwui/hwui/
Canvas.h
223
virtual void
drawVectorDrawable
(VectorDrawableRoot* tree);
/frameworks/base/libs/hwui/
RecordingCanvas.h
176
virtual void
drawVectorDrawable
(VectorDrawableRoot* tree) override;
DisplayListCanvas.h
210
virtual void
drawVectorDrawable
(VectorDrawableRoot* tree) override;
SkiaCanvas.cpp
151
virtual void
drawVectorDrawable
(VectorDrawableRoot* vectorDrawable) override;
750
void SkiaCanvas::
drawVectorDrawable
(VectorDrawableRoot* vectorDrawable) {
VectorDrawable.cpp
501
outCanvas->
drawVectorDrawable
(this);
DisplayListCanvas.cpp
418
void DisplayListCanvas::
drawVectorDrawable
(VectorDrawableRoot* tree) {
RecordingCanvas.cpp
460
void RecordingCanvas::
drawVectorDrawable
(VectorDrawableRoot* tree) {
Completed in 559 milliseconds