Home
last modified time | relevance | path

Searched refs:TreeProperties (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h577 class TreeProperties {
579 TreeProperties(Tree* tree) : mTree(tree) {} in TreeProperties() function
598 void syncNonAnimatableProperties(const TreeProperties& prop) { in syncNonAnimatableProperties()
660 void syncAnimatableProperties(const TreeProperties& prop) { in syncAnimatableProperties()
678 void onPropertyChanged(TreeProperties* prop);
679 TreeProperties* mutateStagingProperties() { return &mStagingProperties; } in mutateStagingProperties()
680 const TreeProperties* stagingProperties() const { return &mStagingProperties; } in stagingProperties()
683 TreeProperties* mutateProperties() { return &mProperties; } in mutateProperties()
693 SkPaint* updatePaint(SkPaint* outPaint, TreeProperties* prop);
705 TreeProperties mProperties = TreeProperties(this);
[all …]
DVectorDrawable.cpp533 SkPaint* Tree::updatePaint(SkPaint* outPaint, TreeProperties* prop) { in updatePaint()
582 void Tree::onPropertyChanged(TreeProperties* prop) { in onPropertyChanged()