Home
last modified time | relevance | path

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

/lvgl-latest/examples/others/gestures/
Dlv_example_gestures.c175 lv_point_t pnt; in label_move() local
179 lv_indev_get_point(lv_indev_active(), &pnt); in label_move()
186 LV_LOG_USER("label move x: %d, y: %d", pnt.x, pnt.y); in label_move()
188 label_x = pnt.x - label_width / 2; in label_move()
189 label_y = pnt.y - label_height / 2; in label_move()
/lvgl-latest/src/libs/thorvg/
DtvgPaint.h84 Impl(Paint* pnt) : paint(pnt) in Impl()