Searched refs:factor_8 (Results 1 – 1 of 1) sorted by relevance
34 …lv_point_t factor_8; /**< The scaling factor between the touchscreen and the display resolution… member138 handle_ctx->factor_8.x = (indev_ctx->display_res.x << 8) / handle_ctx->range.x; in lv_uefi_absolute_pointer_indev_add_handle()139 handle_ctx->factor_8.y = (indev_ctx->display_res.y << 8) / handle_ctx->range.y; in lv_uefi_absolute_pointer_indev_add_handle()283 indev_ctx->position.x = (pointer_pos.x * handle_ctx->factor_8.x) >> 8; in _absolute_pointer_read()284 indev_ctx->position.y = (pointer_pos.y * handle_ctx->factor_8.y) >> 8; in _absolute_pointer_read()