Searched refs:dirtyVD (Results 1 – 1 of 1) sorted by relevance
195 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() local196 dirtyVD.mutateProperties()->setBounds(bounds); in RENDERTHREAD_TEST()197 skiaDL.appendVD(&dirtyVD); in RENDERTHREAD_TEST()199 ASSERT_TRUE(dirtyVD.isDirty()); in RENDERTHREAD_TEST()200 ASSERT_FALSE(dirtyVD.getPropertyChangeWillBeConsumed()); in RENDERTHREAD_TEST()203 ASSERT_TRUE(dirtyVD.getPropertyChangeWillBeConsumed()); in RENDERTHREAD_TEST()252 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() local253 dirtyVD.mutateProperties()->setBounds(b); in RENDERTHREAD_TEST()254 skiaDL.appendVD(&dirtyVD); in RENDERTHREAD_TEST()256 ASSERT_TRUE(dirtyVD.isDirty()); in RENDERTHREAD_TEST()[all …]