OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VMargins
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextP.h
143
#define
VMargins
(ctx) ((ctx)->text.margin.top + (ctx)->text.margin.bottom)
/xsrc/external/mit/libXaw/dist/src/
AsciiText.c
318
XtHeight(w) = (Dimension)(
VMargins
(w) + XawTextSinkMaxHeight(w->text.sink, 1));
Text.c
949
XtHeight(ctx) = (Dimension)
VMargins
(ctx);
1257
if ((int)XtHeight(ctx) >
VMargins
(ctx)) {
1258
Dimension height = (Dimension)(XtHeight(ctx) -
VMargins
(ctx));
1838
height = XtHeight(ctx) -
VMargins
(ctx);
Completed in 16 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026