Searched refs:mutateProperties (Results 1 – 4 of 4) sorted by relevance
89 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()94 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue); in setFraction()99 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()104 mPath->mutateProperties()->setData(mPathData); in setFraction()109 mTree->mutateProperties()->setRootAlpha(animatedValue); in setFraction()
188 PathProperties* mutateProperties() { return &mProperties; } in mutateProperties() function337 FullPathProperties* mutateProperties() { return &mProperties; } in mutateProperties() function461 GroupProperties* mutateProperties() { return &mProperties; } in mutateProperties() function634 TreeProperties* mutateProperties() { return &mProperties; } in mutateProperties() function
125 EXPECT_EQ(vectorDrawable.mutateProperties()->getBounds(), bounds); in TEST()158 cleanVD.mutateProperties()->setBounds(bounds); in RENDERTHREAD_SKIA_PIPELINE_TEST()171 dirtyVD.mutateProperties()->setBounds(bounds); in RENDERTHREAD_SKIA_PIPELINE_TEST()228 dirtyVD.mutateProperties()->setBounds(b); in RENDERTHREAD_SKIA_PIPELINE_TEST()252 dirtyVD.mutateProperties()->setBounds(bounds); in RENDERTHREAD_SKIA_PIPELINE_TEST()272 dirtyVD.mutateProperties()->setBounds(bounds); in RENDERTHREAD_SKIA_PIPELINE_TEST()293 dirtyVD.mutateProperties()->setBounds(bounds); in RENDERTHREAD_SKIA_PIPELINE_TEST()314 dirtyVD.mutateProperties()->setBounds(bounds); in RENDERTHREAD_SKIA_PIPELINE_TEST()332 dirtyVD.mutateProperties()->setBounds(SkRect::MakeLTRB(-1, -1, width + 1, height + 1)); in RENDERTHREAD_SKIA_PIPELINE_TEST()347 dirtyVD.mutateProperties()->setBounds(bounds); in RENDERTHREAD_SKIA_PIPELINE_TEST()
361 VectorDrawable::Group::GroupProperties* properties = group.mutateProperties(); in TEST()