Searched refs:syncProperties (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp104 mStagingProperties.syncProperties(path.mStagingProperties);
121 void Path::syncProperties() { function in class:android::uirenderer::VectorDrawable::Path
123 mProperties.syncProperties(mStagingProperties);
125 mStagingProperties.syncProperties(mProperties);
131 mStagingProperties.syncProperties(path.mStagingProperties);
242 void FullPath::syncProperties() { function in class:android::uirenderer::VectorDrawable::FullPath
243 Path::syncProperties();
246 mProperties.syncProperties(mStagingProperties);
249 mStagingProperties.syncProperties(mProperties);
317 mStagingProperties.syncProperties(grou
352 void Group::syncProperties() { function in class:android::uirenderer::VectorDrawable::Group
[all...]
H A DVectorDrawable.h115 virtual void syncProperties() = 0;
136 void syncProperties(const PathProperties& prop) { function in class:android::uirenderer::VectorDrawable::Path::PathProperties
167 virtual void syncProperties() override;
226 void syncProperties(const FullPathProperties& prop) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
366 virtual void syncProperties() override;
422 void syncProperties(const GroupProperties& prop) { function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
506 virtual void syncProperties() override;
562 void syncProperties() { function in class:android::uirenderer::VectorDrawable::Tree
574 mRootNode->syncProperties();
686 mTree->syncProperties();
[all...]
H A DRenderNode.h90 friend class TestUtils; // allow TestUtils to access syncDisplayList / syncProperties
317 void syncProperties();
H A DRenderNode.cpp430 void RenderNode::syncProperties() { function in class:android::uirenderer::RenderNode
445 syncProperties();
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h240 node->syncProperties();

Completed in 1419 milliseconds