Home
last modified time | relevance | path

Searched defs:segment (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgFrameModule.h48 void segment(float* begin, float* end) in segment() function
54 void segment(float begin, float end) in segment() function
DtvgAnimation.cpp99 Result Animation::segment(float begin, float end) noexcept in segment() function in Animation
113 Result Animation::segment(float *begin, float *end) noexcept in segment() function in Animation
DtvgLottieAnimation.cpp55 Result LottieAnimation::segment(const char* marker) noexcept in segment() function in LottieAnimation
DtvgLottieLoader.cpp401 bool LottieLoader::segment(const char* marker, float& begin, float& end) in segment() function in LottieLoader
DtvgLottieModel.cpp162 void LottieTrimpath::segment(float frameNo, float& start, float& end, LottieExpressions* exps) in segment() function in LottieTrimpath
/lvgl-latest/libs/nema_gfx/include/
Dnema_vg_font.h101 const uint8_t *segment; /**< Pointer to the segments of the vector font */ member