Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h86 bool hasVectorDrawables() const override { return !mVectorDrawables.empty(); } in hasVectorDrawables() function
/frameworks/base/libs/hwui/
DDisplayList.h116 virtual bool hasVectorDrawables() const { return !vectorDrawables.empty(); } in hasVectorDrawables() function
/frameworks/base/libs/hwui/tests/unit/
DRenderNodeTests.cpp323 EXPECT_TRUE(rootNode->getDisplayList()->hasVectorDrawables()); in RENDERTHREAD_TEST()