Searched refs:FullPathProperties (Results 1 – 2 of 2) sorted by relevance
205 class FullPathProperties : public Properties {221 explicit FullPathProperties(Node* mNode) : Properties(mNode), mTrimDirty(false) {} in FullPathProperties() function222 ~FullPathProperties() {} in ~FullPathProperties()223 void syncProperties(const FullPathProperties& prop) { in syncProperties()333 FullPathProperties* mutateStagingProperties() { return &mStagingProperties; } in mutateStagingProperties()334 const FullPathProperties* stagingProperties() { return &mStagingProperties; } in stagingProperties()337 FullPathProperties* mutateProperties() { return &mProperties; } in mutateProperties()362 FullPathProperties mProperties = FullPathProperties(this);363 FullPathProperties mStagingProperties = FullPathProperties(this);
128 const FullPathProperties& properties = useStagingData ? mStagingProperties : mProperties; in getUpdatedPath()151 const FullPathProperties& properties = useStagingData ? mStagingProperties : mProperties; in draw()206 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);211 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const { in copyProperties()212 int propertyDataSize = sizeof(FullPathProperties::PrimitiveFields); in copyProperties()224 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) { in setColorPropertyValue()238 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue()