HomeSort by relevance Sort by last modified time
    Searched refs:FullPathProperties (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
VectorDrawable.h 205 class FullPathProperties : public Properties {
221 FullPathProperties(Node* mNode) : Properties(mNode), mTrimDirty(false) {}
222 ~FullPathProperties() {
226 void syncProperties(const FullPathProperties& prop) {
360 FullPathProperties* mutateStagingProperties() { return &mStagingProperties; }
361 const FullPathProperties* stagingProperties() { return &mStagingProperties; }
364 FullPathProperties* mutateProperties() { return &mProperties; }
388 FullPathProperties mProperties = FullPathProperties(this);
389 FullPathProperties mStagingProperties = FullPathProperties(this)
    [all...]
VectorDrawable.cpp 197 const FullPathProperties& properties = useStagingData ? mStagingProperties : mProperties;
254 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);
259 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const {
260 int propertyDataSize = sizeof(FullPathProperties::PrimitiveFields);
272 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) {
284 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) {

Completed in 368 milliseconds