Searched refs:pnt (Results 1 – 2 of 2) sorted by relevance
175 lv_point_t pnt; in label_move() local179 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()
84 Impl(Paint* pnt) : paint(pnt) in Impl()