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;
258 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);
263 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const {
264 int propertyDataSize = sizeof(FullPathProperties::PrimitiveFields);
276 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) {
288 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) {

Completed in 448 milliseconds