Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_analysis_graphs.cc334 int innertop = ceil (mnh * .5) + 1; in spectrum_legend() local
335 size_t innerheight = (height - 2 * innertop - h - 2); in spectrum_legend()
337 cr->rectangle (1, innertop - 1, width - 2 - anw, innerheight + 2); in spectrum_legend()
348 cr->rectangle (2, innertop + y + .5, width - 4 - anw, 1); in spectrum_legend()
362 cr->move_to (width - anw, rint (innertop + fract * innerheight - h * yalign)); in spectrum_legend()
/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dframe.h128 Window innertop; /*!< For drawing the inner client border */ member
H A Dframe.c129 self->innertop = createWindow(self->window, NULL, mask, &attrib); in frame_new()
455 XMoveResizeWindow(obt_display, self->innertop, in frame_adjust_area()
462 XMapWindow(obt_display, self->innertop); in frame_adjust_area()
464 XUnmapWindow(obt_display, self->innertop); in frame_adjust_area()
1020 window_add(&self->innertop, CLIENT_AS_WINDOW(self->client)); in frame_grab_client()
1092 window_remove(self->innertop); in frame_release_client()
1511 if (win == self->innertop) return OB_FRAME_CONTEXT_TITLEBAR; in frame_context()
H A Dframerender.c56 XSetWindowBackground(obt_display, self->innertop, px); in framerender_frame()
57 XClearWindow(obt_display, self->innertop); in framerender_frame()