Home
last modified time | relevance | path

Searched defs:ofs_y (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/draw/
Dlv_draw_label.h46 int32_t ofs_y; member
Dlv_draw_rect.h103 int32_t ofs_y; member
/lvgl-latest/src/font/
Dlv_font.h68 int16_t ofs_y; /**< y offset of the bounding box*/ member
Dlv_font_fmt_txt.h35 …int8_t ofs_y; /**< y offset of the bounding box. Measured from the top of the li… member
/lvgl-latest/src/misc/
Dlv_area.c316 …align(const lv_area_t * base, lv_area_t * to_align, lv_align_t align, int32_t ofs_x, int32_t ofs_y) in lv_area_align()