Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieAnimation.cpp55 Result LottieAnimation::segment(const char* marker) noexcept in segment() function in LottieAnimation
61 static_cast<FrameModule*>(loader)->segment(0.0f, 1.0f); in segment()
66 …if (!static_cast<LottieLoader*>(loader)->segment(marker, begin, end)) return Result::InvalidArgume… in segment()
68 return static_cast<Animation*>(this)->segment(begin, end); in segment()
DtvgAnimation.cpp99 Result Animation::segment(float begin, float end) noexcept in segment() function in Animation
107 static_cast<FrameModule*>(loader)->segment(begin, end); in segment()
113 Result Animation::segment(float *begin, float *end) noexcept in segment() function in Animation
120 static_cast<FrameModule*>(loader)->segment(begin, end); in segment()
DtvgFrameModule.h48 void segment(float* begin, float* end) in segment() function
54 void segment(float begin, float end) in segment() function
Dthorvg_lottie.h61 Result segment(const char* marker) noexcept;
DtvgLottieLoader.h75 bool segment(const char* marker, float& begin, float& end);
Dthorvg.h1973 Result segment(float begin, float end) noexcept;
1986 Result segment(float* begin, float* end = nullptr) noexcept;
DtvgLottieLoader.cpp401 bool LottieLoader::segment(const char* marker, float& begin, float& end) in segment() function in LottieLoader
DtvgCapi.cpp872 return (Tvg_Result) reinterpret_cast<Animation*>(animation)->segment(start, end); in tvg_animation_set_segment()
879 return (Tvg_Result) reinterpret_cast<Animation*>(animation)->segment(start, end); in tvg_animation_get_segment()
928 return (Tvg_Result) reinterpret_cast<LottieAnimation*>(animation)->segment(marker); in tvg_lottie_animation_set_marker()
DtvgLottieModel.cpp162 void LottieTrimpath::segment(float frameNo, float& start, float& end, LottieExpressions* exps) in segment() function in LottieTrimpath
DtvgLottieModel.h310 void segment(float frameNo, float& start, float& end, LottieExpressions* exps);
DtvgLottieBuilder.cpp865 trimpath->segment(frameNo, begin, end, exps); in updateTrimpath()
/lvgl-latest/libs/nema_gfx/include/
Dnema_vg_font.h101 const uint8_t *segment; /**< Pointer to the segments of the vector font */ member
/lvgl-latest/env_support/cmsis-pack/
DREADME.md18 remove the misleading guide above this code segment.