Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/tileview/
Dlv_tileview.c80 lv_coord_t tx = lv_obj_get_x(tile_obj); in lv_obj_set_tile() local
88 lv_obj_scroll_to(obj, tx, ty, anim_en); in lv_obj_set_tile()
98 lv_coord_t tx = col_id * w; in lv_obj_set_tile_id() local
106 if(x == tx && y == ty) { in lv_obj_set_tile_id()
174 lv_coord_t tx = ((left + (w / 2)) / w) * w; in tileview_event_cb() local
183 if(x == tx && y == ty) { in tileview_event_cb()
/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.h37 struct gd_GIF *gif, uint16_t tx, uint16_t ty,
Dgifdec.c186 uint16_t tx, ty, tw, th; in read_plain_text_ext() local
190 tx = read_num(gif); in read_plain_text_ext()
199 gif->plain_text(gif, tx, ty, tw, th, cw, ch, fg, bg); in read_plain_text_ext()