Home | History | Annotate | Download | only in hwui

Lines Matching refs:FullPathProperties

205     class FullPathProperties : public Properties {
221 FullPathProperties(Node* mNode) : Properties(mNode), mTrimDirty(false) {}
222 ~FullPathProperties() {
226 void syncProperties(const FullPathProperties& prop) {
360 FullPathProperties* mutateStagingProperties() { return &mStagingProperties; }
361 const FullPathProperties* stagingProperties() { return &mStagingProperties; }
364 FullPathProperties* mutateProperties() { return &mProperties; }
388 FullPathProperties mProperties = FullPathProperties(this);
389 FullPathProperties mStagingProperties = FullPathProperties(this);