Searched refs:mPathInfo (Results 1 – 1 of 1) sorted by relevance
363 } mPathInfo; member in LottieParserImpl1912 mPathInfo.reset(); in parsePathInfo()1924 getValue(mPathInfo.mInPoint); in parsePathInfo()1926 getValue(mPathInfo.mOutPoint); in parsePathInfo()1928 getValue(mPathInfo.mVertices); in parsePathInfo()1930 mPathInfo.mClosed = GetBool(); in parsePathInfo()1939 mPathInfo.convert(); in parsePathInfo()1945 obj.mPoints = mPathInfo.mResult; in getValue()1946 obj.mClosed = mPathInfo.mClosed; in getValue()