/lvgl-latest/src/libs/barcode/ |
D | code128.c | 303 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/ |
D | lv_example_anim_3.c | 68 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/ |
D | lv_spinbox_private.h | 37 int32_t step; member
|
D | lv_spinbox.c | 110 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/ |
D | test_spinbox.c | 175 int32_t step = lv_spinbox_get_step(spinbox_events); in test_spinbox_event_key() local
|
/lvgl-latest/src/misc/ |
D | lv_anim.c | 257 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/ |
D | regex.h | 485 int step = 0; in RAPIDJSON_DIAG_OFF() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwStroke.cpp | 152 auto step = total; in _borderArcTo() local
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.c | 568 int step = (version == 32) ? 26 : in getAlignmentPatternPositions() local
|
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 1007 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/ |
D | stb_truetype_htcw.h | 3250 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/ |
D | xmlparse.c | 3667 unsigned char step = 0; in storeAtts() local 7207 unsigned char step = 0; in lookup() local
|