Home
last modified time | relevance | path

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

/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/standard/
H A Dtheme.c119 #define DEFAULT_ARROW_HEIGHT 14 macro
390 windata->drawn_arrow_begin_y = DEFAULT_ARROW_HEIGHT; in create_border_with_arrow()
392 windata->drawn_arrow_end_y = DEFAULT_ARROW_HEIGHT; in create_border_with_arrow()
400 ADD_POINT(0, DEFAULT_ARROW_HEIGHT, 0, 0); in create_border_with_arrow()
413 ADD_POINT(width - 1, DEFAULT_ARROW_HEIGHT, 1, 0); in create_border_with_arrow()
423 windata->drawn_arrow_begin_y = height - DEFAULT_ARROW_HEIGHT; in create_border_with_arrow()
425 windata->drawn_arrow_end_y = height - DEFAULT_ARROW_HEIGHT; in create_border_with_arrow()
436 ADD_POINT(width - 1, height - DEFAULT_ARROW_HEIGHT, 1, 1); in create_border_with_arrow()
449 ADD_POINT(0, height - DEFAULT_ARROW_HEIGHT, 0, 1); in create_border_with_arrow()
704 gtk_widget_set_size_request(windata->top_spacer, -1, DEFAULT_ARROW_HEIGHT); in create_notification()
[all …]
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/nodoka/
H A Dnodoka-theme.c120 #define DEFAULT_ARROW_HEIGHT 14 macro
158 if (windata->arrow.position.y + windata->height + DEFAULT_ARROW_HEIGHT > in get_notification_arrow_type()
230 windata->arrow.point_begin.y = DEFAULT_ARROW_HEIGHT; in set_arrow_parameters()
232 windata->arrow.point_end.y = DEFAULT_ARROW_HEIGHT; in set_arrow_parameters()
238 DEFAULT_ARROW_HEIGHT; in set_arrow_parameters()
243 DEFAULT_ARROW_HEIGHT; in set_arrow_parameters()
338 rect.y = 0 + DEFAULT_ARROW_HEIGHT; in nodoka_rounded_rectangle_with_arrow()
341 rect.height = (int)(h - DEFAULT_ARROW_HEIGHT); in nodoka_rounded_rectangle_with_arrow()
350 rect.y - DEFAULT_ARROW_HEIGHT); in nodoka_rounded_rectangle_with_arrow()
365 rect.y + rect.height + DEFAULT_ARROW_HEIGHT); in nodoka_rounded_rectangle_with_arrow()
[all …]
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/coco/
H A Dcoco-theme.c104 #define DEFAULT_ARROW_HEIGHT 14 macro