mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-27 01:44:01 +08:00
2da9327191
* onroad hud
* improve boudingrect, same as nanvg
* QRect
* Update selfdrive/ui/paint.cc
* stacked with nvgWindow
* cleanup ui.h
* rename to road_view_layout
* no lambda
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: ad09507e1b
9 lines
200 B
C
9 lines
200 B
C
#pragma once
|
|
|
|
#include "selfdrive/ui/ui.h"
|
|
|
|
void ui_draw(UIState *s, int w, int h);
|
|
void ui_nvg_init(UIState *s);
|
|
void ui_resize(UIState *s, int width, int height);
|
|
void ui_update_params(UIState *s);
|