Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h91 [[nodiscard]] bool hasVectorDrawables() const { in hasVectorDrawables() function
170 bool hasVectorDrawables() const { return false; } in hasVectorDrawables() function
266 [[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.h94 bool hasVectorDrawables() const { return !mVectorDrawables.empty(); } in hasVectorDrawables() function