Home
last modified time | relevance | path

Searched refs:lv_display_dpx (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/display/
Dlv_display.h646 int32_t lv_display_dpx(const lv_display_t * disp, int32_t n);
Dlv_display.c1091 int32_t lv_display_dpx(const lv_display_t * disp, int32_t n) in lv_display_dpx() function
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c173 …lv_style_set_size(&theme->styles.chart_indic, lv_display_dpx(theme->base.disp, 8), lv_display_dpx(… in style_init()