Searched refs:hasVectorDrawables (Results 1 – 5 of 5) sorted by relevance
93 [[nodiscard]] bool hasVectorDrawables() const { in hasVectorDrawables() function94 return mImpl && mImpl->hasVectorDrawables(); in hasVectorDrawables()174 bool hasVectorDrawables() const { return false; } in hasVectorDrawables() function270 [[nodiscard]] bool hasVectorDrawables() const { in hasVectorDrawables() function271 return apply([](const auto& it) -> auto { return it.hasVectorDrawables(); }); in hasVectorDrawables()
108 [[nodiscard]] bool hasVectorDrawables() const { return mHas.vectorDrawable; } in hasVectorDrawables() function
96 bool hasVectorDrawables() const { return !mVectorDrawables.empty(); } in hasVectorDrawables() function
62 ASSERT_TRUE(skiaDL->hasVectorDrawables()); in TEST()71 ASSERT_FALSE(skiaDL->hasVectorDrawables()); in TEST()
328 EXPECT_TRUE(rootNode->getDisplayList().hasVectorDrawables()); in RENDERTHREAD_TEST()