Searched refs:mTrimPathEnd (Results 1 – 1 of 1) sorted by relevance
629 float mTrimPathEnd = 1; field in VectorDrawable_Delegate.VFullPath_Delegate651 mTrimPathEnd = copy.mTrimPathEnd; in VFullPath_Delegate()774 return mTrimPathEnd; in getTrimPathEnd()778 mTrimPathEnd = trimPathEnd; in setTrimPathEnd()1154 if (fullPath.mTrimPathStart != 0.0f || fullPath.mTrimPathEnd != 1.0f) { in drawPath()1156 float end = (fullPath.mTrimPathEnd + fullPath.mTrimPathOffset) % 1.0f; in drawPath()