Home
last modified time | relevance | path

Searched defs:hasVectorDrawables (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayList.h93 [[nodiscard]] bool hasVectorDrawables() const { in hasVectorDrawables() function
174 bool hasVectorDrawables() const { return false; } in hasVectorDrawables() function
270 [[nodiscard]] bool hasVectorDrawables() const { in hasVectorDrawables() function
/frameworks/base/libs/hwui/canvas/
DCanvasOpBuffer.h108 [[nodiscard]] bool hasVectorDrawables() const { return mHas.vectorDrawable; } in hasVectorDrawables() function
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h96 bool hasVectorDrawables() const { return !mVectorDrawables.empty(); } in hasVectorDrawables() function