Searched refs:ty (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.7.0/src/extra/widgets/tileview/ |
D | lv_tileview.c | 81 lv_coord_t ty = lv_obj_get_y(tile_obj); in lv_obj_set_tile() local 88 lv_obj_scroll_to(obj, tx, ty, anim_en); in lv_obj_set_tile() 99 lv_coord_t ty = row_id * h; in lv_obj_set_tile_id() local 106 if(x == tx && y == ty) { in lv_obj_set_tile_id() 175 lv_coord_t ty = ((top + (h / 2)) / h) * h; in tileview_event_cb() local 183 if(x == tx && y == ty) { in tileview_event_cb()
|
/lvgl-3.7.0/src/extra/libs/gif/ |
D | gifdec.h | 37 struct gd_GIF *gif, uint16_t tx, uint16_t ty,
|
D | gifdec.c | 186 uint16_t tx, ty, tw, th; in read_plain_text_ext() local 191 ty = 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()
|