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

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp49 mStagingProperties.syncProperties(path.mStagingProperties);
67 void Path::syncProperties() { function in class:android::uirenderer::VectorDrawable::Path
69 mProperties.syncProperties(mStagingProperties);
71 mStagingProperties.syncProperties(mProperties);
77 mStagingProperties.syncProperties(path.mStagingProperties);
194 void FullPath::syncProperties() { function in class:android::uirenderer::VectorDrawable::FullPath
195 Path::syncProperties();
198 mProperties.syncProperties(mStagingProperties);
201 mStagingProperties.syncProperties(mProperties);
269 mStagingProperties.syncProperties(grou
296 void Group::syncProperties() { function in class:android::uirenderer::VectorDrawable::Group
[all...]
H A DVectorDrawable.h122 virtual void syncProperties() = 0;
143 void syncProperties(const PathProperties& prop) { function in class:android::uirenderer::VectorDrawable::Path::PathProperties
171 virtual void syncProperties() override;
227 void syncProperties(const FullPathProperties& prop) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
368 virtual void syncProperties() override;
418 void syncProperties(const GroupProperties& prop) { function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
502 virtual void syncProperties() override;
557 void syncProperties() { function in class:android::uirenderer::VectorDrawable::Tree
569 mRootNode->syncProperties();
H A DDisplayList.cpp98 vectorDrawable->syncProperties();
H A DRenderNode.h77 friend class TestUtils; // allow TestUtils to access syncDisplayList / syncProperties
258 void syncProperties();
H A DRenderNode.cpp334 void RenderNode::syncProperties() { function in class:android::uirenderer::RenderNode
349 syncProperties();
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.cpp35 vectorDrawable->syncProperties();
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h361 node->syncProperties();

Completed in 904 milliseconds