Searched refs:pixel_per_step_8 (Results 1 – 1 of 1) sorted by relevance
33 lv_point_t pixel_per_step_8; /**< How many pixels does the mouse cursor move in one step*/ member133 handle_ctx->pixel_per_step_8.x = (((indev_ctx->display_res.x) << 8) / 50) / in lv_uefi_simple_pointer_indev_add_handle()135 handle_ctx->pixel_per_step_8.y = (((indev_ctx->display_res.y) << 8) / 50) / in lv_uefi_simple_pointer_indev_add_handle()275 pointer_mov.x = (state.RelativeMovementX * handle_ctx->pixel_per_step_8.x) >> 8; in _simple_pointer_read()276 pointer_mov.y = (state.RelativeMovementY * handle_ctx->pixel_per_step_8.y) >> 8; in _simple_pointer_read()