Searched refs:FullPathProperties (Results 1 – 2 of 2) sorted by relevance
208 class FullPathProperties : public Properties {224 explicit FullPathProperties(Node* mNode) : Properties(mNode), mTrimDirty(false) {} in FullPathProperties() function225 ~FullPathProperties() { in ~FullPathProperties()229 void syncProperties(const FullPathProperties& prop) { in syncProperties()364 FullPathProperties* mutateStagingProperties() { return &mStagingProperties; } in mutateStagingProperties()365 const FullPathProperties* stagingProperties() { return &mStagingProperties; } in stagingProperties()368 FullPathProperties* mutateProperties() { return &mProperties; } in mutateProperties()389 FullPathProperties mProperties = FullPathProperties(this);390 FullPathProperties mStagingProperties = FullPathProperties(this);
128 const FullPathProperties& properties = useStagingData ? mStagingProperties : mProperties; in getUpdatedPath()152 const FullPathProperties& properties = useStagingData ? mStagingProperties : mProperties; in draw()207 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);212 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const { in copyProperties()213 int propertyDataSize = sizeof(FullPathProperties::PrimitiveFields); in copyProperties()225 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) { in setColorPropertyValue()237 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue()