[go: nahoru, domu]

Searched defs:TreeProperties (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.h577 class TreeProperties { class in class:android::uirenderer::VectorDrawable::Tree
579 TreeProperties(Tree* tree) : mTree(tree) {} function in class:android::uirenderer::VectorDrawable::Tree::TreeProperties
598 void syncNonAnimatableProperties(const TreeProperties& prop) {
655 void syncAnimatableProperties(const TreeProperties& prop) {
673 void onPropertyChanged(TreeProperties* prop);
674 TreeProperties* mutateStagingProperties() { return &mStagingProperties; }
675 const TreeProperties* stagingProperties() const { return &mStagingProperties; }
679 TreeProperties* mutateProperties() { return &mProperties; }
692 SkPaint* updatePaint(SkPaint* outPaint, TreeProperties* prop);
704 TreeProperties mPropertie
[all...]

Completed in 368 milliseconds