Home
last modified time | relevance | path

Searched defs:step (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/src/libs/barcode/
Dcode128.c303 struct code128_step * step = &base[ix]; in code128_do_a_step() local
327 struct code128_step * step = &base[ix]; in code128_do_b_step() local
351 struct code128_step * step = &base[ix]; in code128_do_c_step() local
385 struct code128_step * step = &state->steps[state->todo_ix]; in code128_alloc_step() local
393 struct code128_step * step = &state->steps[state->current_ix]; in code128_do_step() local
511 struct code128_step * step = &state.steps[state.best_ix]; in code128_encode_raw() local
/lvgl-latest/examples/anim/
Dlv_example_anim_3.c68 int32_t step = lv_bezier3(t, 0, ginfo.p1, ginfo.p2, 1024); in anim_path_bezier3_cb() local
80 int32_t step = lv_bezier3(t, 0, ginfo.p1, ginfo.p2, 1024); in refer_chart_cubic_bezier() local
/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox_private.h37 int32_t step; member
Dlv_spinbox.c110 void lv_spinbox_set_step(lv_obj_t * obj, uint32_t step) in lv_spinbox_set_step()
460 int32_t step = spinbox->step; in lv_spinbox_updatevalue() local
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_spinbox.c175 int32_t step = lv_spinbox_get_step(spinbox_events); in test_spinbox_event_key() local
/lvgl-latest/src/misc/
Dlv_anim.c257 int32_t step = lv_map(a->act_time, 0, a->duration, 0, LV_ANIM_RESOLUTION); in lv_anim_path_linear() local
334 int32_t step = lv_bezier3(t, 0, 500, 800, LV_BEZIER_VAL_MAX); in lv_anim_path_bounce() local
696 int32_t step = lv_cubic_bezier(t, x1, y1, x2, y2); in lv_anim_path_cubic_bezier() local
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dregex.h485 int step = 0; in RAPIDJSON_DIAG_OFF() local
/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp152 auto step = total; in _borderArcTo() local
/lvgl-latest/src/libs/qrcode/
Dqrcodegen.c568 int step = (version == 32) ? 26 : in getAlignmentPatternPositions() local
/lvgl-latest/src/libs/lz4/
Dlz4.c1007 int step = 1; in LZ4_compress_generic_validated() local
1028 int step = 1; in LZ4_compress_generic_validated() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h3250 stbtt__active_edge ** step = &active; local
3456 float y_crossing, y_final, step, sign, area; local
3642 stbtt__active_edge ** step = &active; local
/lvgl-latest/src/libs/expat/
Dxmlparse.c3667 unsigned char step = 0; in storeAtts() local
7207 unsigned char step = 0; in lookup() local