Searched refs:frames (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieProperty.h | 186 uint32_t _bsearch(T* frames, float frameNo) in _bsearch() argument 189 int32_t high = int32_t(frames->count) - 1; in _bsearch() 193 auto frame = frames->data + mid; in _bsearch() 204 uint32_t _nearest(T* frames, float frameNo) in _nearest() argument 206 if (frames) { in _nearest() 207 auto key = _bsearch(frames, frameNo); in _nearest() 208 if (key == frames->count - 1) return key; in _nearest() 209 …return (fabsf(frames->data[key].no - frameNo) < fabsf(frames->data[key + 1].no - frameNo)) ? key :… in _nearest() 216 float _frameNo(T* frames, int32_t key) in _frameNo() argument 218 if (!frames) return 0.0f; in _frameNo() [all …]
|
D | tvgLottieModel.h | 298 …if (!start.frames && start.value == 0.0f && !end.frames && end.value == 100.0f && !offset.frames &… in mergeable() 470 if (!opacity.frames && opacity.value == 255) return true; in mergeable() 566 if (colorStops.frames) { in prepare() 567 for (auto v = colorStops.frames->begin(); v < colorStops.frames->end(); ++v) { in prepare() 575 …if (start.frames || end.frames || height.frames || angle.frames || opacity.frames || colorStops.fr… in prepare()
|
D | tvgLottieModel.cpp | 52 static_cast<LottieColorStop*>(pair->prop)->frames = nullptr; in reset() 58 static_cast<LottieColor*>(pair->prop)->frames = nullptr; in reset() 64 static_cast<LottieTextDoc*>(pair->prop)->frames = nullptr; in reset() 462 if (timeRemap.frames || timeRemap.value) { in remap()
|
/lvgl-latest/docs/details/widgets/ |
D | animimg.rst | 12 multiple source images that supply "frames" in an animation.
|
/lvgl-latest/docs/details/libs/ |
D | rlottie.rst | 131 To get the number of frames in an animation or the current frame index, 146 - Limit total # of frames in the animation 184 - Limit total number of frames, the longer the lottie animation is,
|
/lvgl-latest/docs/details/integration/os/ |
D | zephyr.rst | 179 - **CONFIG_LV_Z_FLUSH_THREAD**: Enables flushing LVGL frames in a separate thread, allowing the mai…
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 143 - PXP can only rotate the frames in angles that are multiple of 90 degrees.
|
/lvgl-latest/docs/ |
D | Doxyfile | 1432 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
|