Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/examples/others/fragment/
Dlv_example_fragment_2.c25 int counter; member
73 ((sample_fragment_t *) self)->counter = 0; in sample_fragment_ctor()
89 lv_label_set_text_fmt(label, "The button has been pressed %d times", fragment->counter); in sample_fragment_create_obj()
122 fragment->counter++; in sample_fragment_inc_click()
123 … lv_label_set_text_fmt(fragment->label, "The button has been pressed %d times", fragment->counter); in sample_fragment_inc_click()
/lvgl-latest/examples/widgets/canvas/
Dlv_example_canvas_9.c9 static int32_t counter = 0; in timer_cb() local
33 const int32_t y = CURVE2_Y(angle + counter / 2); in timer_cb()
49 counter++; in timer_cb()
Dlv_example_canvas_10.c9 static int32_t counter = 0; in timer_cb() local
33 const int32_t y = CURVE2_Y(angle + 30, counter / 2); in timer_cb()
49 counter++; in timer_cb()
/lvgl-latest/docs/details/integration/driver/
Duefi.rst74 size_t counter;
112 counter = 0;
113 while(counter < 10000) {
114 counter ++;
/lvgl-latest/src/libs/thorvg/
DtvgSwFill.cpp581 uint32_t counter = 0; in fillLinear() local
582 while (counter++ < len) { in fillLinear()
612 uint32_t counter = 0; in fillLinear() local
613 while (counter++ < len) { in fillLinear()
655 uint32_t counter = 0; in fillLinear() local
656 while (counter++ < len) { in fillLinear()
700 uint32_t counter = 0; in fillLinear() local
701 while (counter++ < len) { in fillLinear()
743 uint32_t counter = 0; in fillLinear() local
744 while (counter++ < len) { in fillLinear()
[all …]
/lvgl-latest/docs/details/widgets/
Dline.rst50 counter-intuitive in some cases so the y coordinates can be inverted
Darc.rst68 - :cpp:enumerator:`LV_ARC_MODE_REVERSE` Indicator Arc is drawn counter-clockwise
/lvgl-latest/src/libs/lodepng/
Dlodepng.c953 size_t width, counter = 0; in bpmnode_sort() local
955 BPMNode * a = (counter & 1) ? mem : leaves; in bpmnode_sort()
956 BPMNode * b = (counter & 1) ? leaves : mem; in bpmnode_sort()
967 counter++; in bpmnode_sort()
969 if(counter & 1) lodepng_memcpy(leaves, mem, sizeof(*leaves) * num); in bpmnode_sort()
/lvgl-latest/docs/details/main-components/
Dindev.rst190 /* A counter that needs to be incremented each time a touch event is received */