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

/frameworks/base/libs/hwui/
H A DVectorDrawable.h209 class FullPathProperties : public Properties { class in class:android::uirenderer::VectorDrawable::FullPath
225 explicit FullPathProperties(Node* mNode) : Properties(mNode), mTrimDirty(false) {} function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
226 ~FullPathProperties() {
230 void syncProperties(const FullPathProperties& prop) {
338 FullPathProperties* mutateStagingProperties() { return &mStagingProperties; }
339 const FullPathProperties* stagingProperties() { return &mStagingProperties; }
342 FullPathProperties* mutateProperties() { return &mProperties; }
364 FullPathProperties mProperties = FullPathProperties(this);
365 FullPathProperties mStagingPropertie
[all...]
H A DVectorDrawable.cpp128 const FullPathProperties& properties = useStagingData ? mStagingProperties : mProperties;
151 const FullPathProperties& properties = useStagingData ? mStagingProperties : mProperties;
206 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);
211 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const {
212 int propertyDataSize = sizeof(FullPathProperties::PrimitiveFields);
224 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) {
238 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) {

Completed in 61 milliseconds