Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h221 FullPathProperties(Node* mNode) : Properties(mNode), mTrimDirty(false) {} in FullPathProperties()
228 mTrimDirty = true; in syncProperties()
283 VD_SET_PRIMITIVE_FIELD_WITH_FLAG(trimPathStart, trimPathStart, mTrimDirty); in setTrimPathStart()
289 VD_SET_PRIMITIVE_FIELD_WITH_FLAG(trimPathEnd, trimPathEnd, mTrimDirty); in setTrimPathEnd()
295 VD_SET_PRIMITIVE_FIELD_WITH_FLAG(trimPathOffset, trimPathOffset, mTrimDirty); in setTrimPathOffset()
327 mTrimDirty = true; in updateProperties()
333 bool mTrimDirty; variable
DVectorDrawable.cpp161 if (!mSkPathDirty && !mProperties.mTrimDirty) { in getUpdatedPath()
166 mProperties.mTrimDirty = false; in getUpdatedPath()