Searched refs:tw (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/gif/ |
D | gifdec.h | 42 uint16_t tw, uint16_t th, uint8_t cw, uint8_t ch,
|
D | gifdec.c | 187 uint16_t tx, ty, tw, th; in read_plain_text_ext() local 193 tw = read_num(gif); in read_plain_text_ext() 200 gif->plain_text(gif, tx, ty, tw, th, cw, ch, fg, bg); in read_plain_text_ext()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgPaint.cpp | 327 auto tw = 0.0f; in bounds() local 330 PAINT_METHOD(ret, bounds(&tx, &ty, &tw, &th, stroking)); in bounds() 333 Point pt[4] = {{tx, ty}, {tx + tw, ty}, {tx + tw, ty + th}, {tx, ty + th}}; in bounds()
|
/lvgl-latest/src/widgets/imagebutton/ |
D | lv_imagebutton.c | 200 int32_t tw = lv_obj_get_style_transform_width(obj, LV_PART_MAIN); in draw_main() local 204 lv_area_increase(&coords, tw, th); in draw_main()
|