Home
last modified time | relevance | path

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

/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/lottie/
H A Dlottieparser.cpp363 } mPathInfo; member in LottieParserImpl
1912 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()