Searched refs:rsProperty (Results 1 – 4 of 4) sorted by relevance
159 auto rsProperty = ConvertToRSProperty(property); in AttachProperties() local160 AttachProperty(rsProperty); in AttachProperties()190 auto rsProperty = ConvertToRSProperty(property); in AttachProperties() local191 AttachProperty(rsProperty); in AttachProperties()221 auto rsProperty = ConvertToRSProperty(property); in AttachProperties() local222 AttachProperty(rsProperty); in AttachProperties()231 auto rsProperty = ConvertToRSProperty(property); in AddProperty() local232 AttachProperty(rsProperty); in AddProperty()233 attachedProperty_ = rsProperty; in AddProperty()
68 RSProperty<float> rsProperty(1.0f); in TestProperty() local69 rsProperty.Set(value); in TestProperty()70 return ROSEN_EQ(rsProperty.Get(), value); in TestProperty()
74 for (auto& rsProperty : pendingSyncList_) { in SyncProperties() local75 auto node = rsProperty->target_.lock(); in SyncProperties()79 if (!node->HasPropertyAnimation(rsProperty->GetId()) || rsProperty->GetIsCustom()) { in SyncProperties()83 … propertiesMap.emplace(std::make_pair<NodeId, PropertyId>(node->GetId(), rsProperty->GetId()), in SyncProperties()85 nullptr, node->GetAnimationByPropertyId(rsProperty->GetId()))); in SyncProperties()
70 RSProperty<float> rsProperty(value); in DoSetAndGet() local72 rsProperty.Set(value1); in DoSetAndGet()73 return ROSEN_EQ(rsProperty.Get(), value1); in DoSetAndGet()