Home
last modified time | relevance | path

Searched refs:FullPathProperties (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h206 class FullPathProperties : public Properties {
222 explicit FullPathProperties(Node* mNode) : Properties(mNode), mTrimDirty(false) {} in FullPathProperties() function
223 ~FullPathProperties() {} in ~FullPathProperties()
224 void syncProperties(const FullPathProperties& prop) { in syncProperties()
334 FullPathProperties* mutateStagingProperties() { return &mStagingProperties; } in mutateStagingProperties()
335 const FullPathProperties* stagingProperties() { return &mStagingProperties; } in stagingProperties()
338 FullPathProperties* mutateProperties() { return &mProperties; } in mutateProperties()
363 FullPathProperties mProperties = FullPathProperties(this);
364 FullPathProperties mStagingProperties = FullPathProperties(this);
DVectorDrawable.cpp131 const FullPathProperties& properties = useStagingData ? mStagingProperties : mProperties; in getUpdatedPath()
153 const FullPathProperties& properties = useStagingData ? mStagingProperties : mProperties; in draw()
208 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);
213 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const { in copyProperties()
214 int propertyDataSize = sizeof(FullPathProperties::PrimitiveFields); in copyProperties()
226 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) { in setColorPropertyValue()
240 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue()