Searched refs:hasVectorDrawables (Results 1 – 5 of 5) sorted by relevance
91 [[nodiscard]] bool hasVectorDrawables() const { in hasVectorDrawables() function92 return mImpl && mImpl->hasVectorDrawables(); in hasVectorDrawables()170 bool hasVectorDrawables() const { return false; } in hasVectorDrawables() function266 [[nodiscard]] bool hasVectorDrawables() const { in hasVectorDrawables() function267 return apply([](const auto& it) -> auto { return it.hasVectorDrawables(); }); in hasVectorDrawables()
94 bool hasVectorDrawables() const { return !mVectorDrawables.empty(); } in hasVectorDrawables() function
108 [[nodiscard]] bool hasVectorDrawables() const { return mHas.vectorDrawable; } in hasVectorDrawables() function
63 ASSERT_TRUE(skiaDL->hasVectorDrawables()); in TEST()72 ASSERT_FALSE(skiaDL->hasVectorDrawables()); in TEST()
329 EXPECT_TRUE(rootNode->getDisplayList().hasVectorDrawables()); in RENDERTHREAD_TEST()