Home
last modified time | relevance | path

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

/dports/devel/geany/geany-1.38/src/
H A Dgb.c32 #define BORDER_THIKNESS 4 macro
101 cairo_set_line_width(cr, BORDER_THIKNESS); in geany_pong_area_draw()
104 cairo_rectangle(cr, BORDER_THIKNESS/2, BORDER_THIKNESS/2, in geany_pong_area_draw()
183 const gdouble x = BORDER_THIKNESS + BALL_SIZE/2; in geany_pong_area_timeout()
184 const gdouble y = BORDER_THIKNESS + BALL_SIZE/2; in geany_pong_area_timeout()
185 const gdouble w = self->area_width - BORDER_THIKNESS - BALL_SIZE/2; in geany_pong_area_timeout()
251 BORDER_THIKNESS, self->area_height - HANDLE_THIKNESS, in geany_pong_area_timeout()
252 self->area_width - BORDER_THIKNESS*2, HANDLE_THIKNESS); in geany_pong_area_timeout()
283 if (self->handle_pos < self->handle_width/2 + BORDER_THIKNESS) in geany_pong_area_motion_notify()
284 self->handle_pos = self->handle_width/2 + BORDER_THIKNESS; in geany_pong_area_motion_notify()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dgb.c32 #define BORDER_THIKNESS 4 macro
114 cairo_set_line_width(cr, BORDER_THIKNESS); in geany_pong_area_draw()
117 cairo_rectangle(cr, BORDER_THIKNESS/2, BORDER_THIKNESS/2, in geany_pong_area_draw()
212 const gdouble x = BORDER_THIKNESS + BALL_SIZE/2; in geany_pong_area_timeout()
213 const gdouble y = BORDER_THIKNESS + BALL_SIZE/2; in geany_pong_area_timeout()
214 const gdouble w = self->area_width - BORDER_THIKNESS - BALL_SIZE/2; in geany_pong_area_timeout()
280 BORDER_THIKNESS, self->area_height - HANDLE_THIKNESS, in geany_pong_area_timeout()
281 self->area_width - BORDER_THIKNESS*2, HANDLE_THIKNESS); in geany_pong_area_timeout()
312 if (self->handle_pos < self->handle_width/2 + BORDER_THIKNESS) in geany_pong_area_motion_notify()
313 self->handle_pos = self->handle_width/2 + BORDER_THIKNESS; in geany_pong_area_motion_notify()
[all …]