Searched refs:counter (Results 1 – 9 of 9) sorted by relevance
25 int counter; member73 ((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()
9 static int32_t counter = 0; in timer_cb() local33 const int32_t y = CURVE2_Y(angle + counter / 2); in timer_cb()49 counter++; in timer_cb()
9 static int32_t counter = 0; in timer_cb() local33 const int32_t y = CURVE2_Y(angle + 30, counter / 2); in timer_cb()49 counter++; in timer_cb()
74 size_t counter;112 counter = 0;113 while(counter < 10000) {114 counter ++;
581 uint32_t counter = 0; in fillLinear() local582 while (counter++ < len) { in fillLinear()612 uint32_t counter = 0; in fillLinear() local613 while (counter++ < len) { in fillLinear()655 uint32_t counter = 0; in fillLinear() local656 while (counter++ < len) { in fillLinear()700 uint32_t counter = 0; in fillLinear() local701 while (counter++ < len) { in fillLinear()743 uint32_t counter = 0; in fillLinear() local744 while (counter++ < len) { in fillLinear()[all …]
50 counter-intuitive in some cases so the y coordinates can be inverted
68 - :cpp:enumerator:`LV_ARC_MODE_REVERSE` Indicator Arc is drawn counter-clockwise
953 size_t width, counter = 0; in bpmnode_sort() local955 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()
190 /* A counter that needs to be incremented each time a touch event is received */