Home
last modified time | relevance | path

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

/lvgl-latest/examples/others/gestures/
Dlv_example_gestures.c113 static int initial_h = -1; in label_scale() local
126 initial_h = -1; in label_scale()
132 if(initial_h == -1 || initial_w == -1) { in label_scale()
139 initial_h = (int)label_height; in label_scale()
153 label_height = initial_h * scale; in label_scale()