Searched defs:segment (Results 1 – 6 of 6) sorted by relevance
48 void segment(float* begin, float* end) in segment() function54 void segment(float begin, float end) in segment() function
99 Result Animation::segment(float begin, float end) noexcept in segment() function in Animation113 Result Animation::segment(float *begin, float *end) noexcept in segment() function in Animation
55 Result LottieAnimation::segment(const char* marker) noexcept in segment() function in LottieAnimation
401 bool LottieLoader::segment(const char* marker, float& begin, float& end) in segment() function in LottieLoader
162 void LottieTrimpath::segment(float frameNo, float& start, float& end, LottieExpressions* exps) in segment() function in LottieTrimpath
101 const uint8_t *segment; /**< Pointer to the segments of the vector font */ member