Lines Matching full:it
52 * The `x` in `_xcb_t` means it's not a fully generic prototype because
53 * it doesn't receive `lv_anim_t *` as its first argument*/
57 * It's more consistent but less convenient. Might be used by binding generator functions.*/
76 …lv_anim_start_cb_t start_cb; /**< Call it when the animation is starts (considering `delay…
77 lv_anim_ready_cb_t ready_cb; /**< Call it when the animation is ready*/
78 lv_anim_deleted_cb_t deleted_cb; /**< Call it when the animation is deleted*/
180 * it's more consistent to have `lv_anim_t *` as first parameter.
345 * or NULL to ignore it and delete all the animations of 'var
372 * This function exists because it's logical that all anim. functions receives an
373 * `lv_anim_t` as their first parameter. It's not practical in C but might make
377 * or NULL to ignore it and delete all the animations of 'var
387 * This function exists because it's logical that all anim. functions receives an
388 * `lv_anim_t` as their first parameter. It's not practical in C but might make
418 * Shouldn't be used directly because it is called in `lv_refr_now()`.