Home
last modified time | relevance | path

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

/dports/net-im/uTox/uTox/src/
H A Dmessages.c49 static int get_time_width() { in get_time_width() function
70 uint32_t maxwidth = width - SCALE(MESSAGES_X) - get_time_width(); in msgheight()
815 int d_width = w - SCALE(MESSAGES_X) - get_time_width() - room_for_clip; in messages_draw_filetransfer()
1062 if (width - SCALE(MESSAGES_X) - get_time_width() <= 0) { in messages_draw()
1078 messages_updateheight(m, width - SCALE(MESSAGES_X) + get_time_width()); in messages_draw()
1206 if (mx < width - get_time_width()) { in messages_mmove_text()
1279 if (mx >= width - get_time_width() - (BM_FTB_WIDTH * 2) - SCALE(2) - SCROLL_WIDTH in messages_mmove_filetransfer()
1280 && mx <= width - get_time_width() - SCROLL_WIDTH) { in messages_mmove_filetransfer()
1281 if (mx >= width - get_time_width() - BM_FTB_WIDTH - SCROLL_WIDTH) { in messages_mmove_filetransfer()
1299 m->cursor_over_time = inrect(mx, my, width - get_time_width(), 0, get_time_width(), m->height); in messages_mmove()
[all …]