Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_path.c197 } point_t; in path_bounds_iter_cb() typedef
199 const int pt_len = sizeof(point_t) / sizeof(float); in path_bounds_iter_cb()
203 const point_t * pt = (point_t *)data; in path_bounds_iter_cb()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.pyi157 def get_vect(self, point: point_t): ...
162 class point_t: