Searched refs:counter (Results 1 – 5 of 5) sorted by relevance
25 int counter; member74 ((sample_fragment_t *) self)->counter = 0; in sample_fragment_ctor()90 lv_label_set_text_fmt(label, "The button has been pressed %d times", fragment->counter); in sample_fragment_create_obj()123 fragment->counter++; in sample_fragment_inc_click()124 … lv_label_set_text_fmt(fragment->label, "The button has been pressed %d times", fragment->counter); in sample_fragment_inc_click()
18 By default, the *y == 0* point is in the top of the object. It might be counter-intuitive in some c…
35 - `LV_ARC_MODE_REVERSE` The indicator arc is drawn counter-clockwise from the maximum value to the …
920 size_t width, counter = 0; in bpmnode_sort() local922 BPMNode* a = (counter & 1) ? mem : leaves; in bpmnode_sort()923 BPMNode* b = (counter & 1) ? leaves : mem; in bpmnode_sort()934 counter++; in bpmnode_sort()936 if(counter & 1) lodepng_memcpy(leaves, mem, sizeof(*leaves) * num); in bpmnode_sort()
1621 - fix(draw_triangle): fix polygon/triangle drawing when the order of points is counter-clockwise1724 - Limit extra button click area of button matrix's buttons. With large paddings it was counter-intu…