OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XawMax
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/libXaw/dist/src/
AsciiSink.c
473
ascent =
XawMax
(font->ascent, ascent);
474
descent =
XawMax
(font->descent, descent);
477
ascent =
XawMax
(sink->ascii_sink.font->ascent, ascent);
478
descent =
XawMax
(sink->ascii_sink.font->descent, descent);
499
ascent =
XawMax
(font->ascent, ascent);
500
descent =
XawMax
(font->descent, descent);
517
ascent =
XawMax
(sink->ascii_sink.font->ascent, ascent);
518
descent =
XawMax
(sink->ascii_sink.font->descent, descent);
1217
ascent =
XawMax
(property->font->ascent, ascent);
1219
ascent =
XawMax
(sink->ascii_sink.font->ascent, ascent)
[
all
...]
Private.h
31
#define
XawMax
(a, b) ((a) > (b) ? (a) : (b))
Scrollbar.c
379
top =
XawMax
(1, top);
436
FillArea(w,
XawMax
(newbot, oldtop), oldbot, 0);
438
FillArea(w,
XawMax
(newtop, oldbot), newbot, 1);
TextSink.c
429
x1 = (Position) (
XawMax
(x, xaw->text.r_margin.left));
430
y1 = (Position) (
XawMax
(y, xaw->text.r_margin.top));
436
width = (unsigned)(
XawMax
(0, x2 - x1));
437
height = (unsigned)(
XawMax
(0, y2 - y1));
1106
(
XawMax
(1, property->underline_thickness));
Text.c
1537
src_x =
XawMax
(x1, XawMin(src_x, x2));
1538
src_y =
XawMax
(y1, XawMin(src_y, y2));
1539
dst_x =
XawMax
(x1, XawMin(dst_x, x2));
1540
dst_y =
XawMax
(y1, XawMin(dst_y, y2));
1541
width = (unsigned)
XawMax
(0, XawMin(x2 - dst_x, (int)width));
1542
height = (unsigned)
XawMax
(0, XawMin(y2 - dst_y, (int)height));
1750
max =
XawMax
(0, max);
2808
XawMax
(from, ctx->text.s.left),
3395
return (
XawMax
(0, width));
DisplayList.c
1339
rects[i].width = (unsigned short)(
XawMax
(x1, x2) - rects[i].x);
1340
rects[i].height = (unsigned short)(
XawMax
(y1, y2) - rects[i].y);
1371
width =
XawMax
(tmp1, tmp2) - dst_x;
1376
height =
XawMax
(tmp1, tmp2) - dst_y;
TextSrc.c
1106
if (anchor->position >=
XawMax
(right, left + block->length))
1974
entity->offset =
XawMax
(entity->offset, right - anchor->position);
TextAction.c
2051
tw->text.insertPos = XawMin(
XawMax
(0, pos[i]), tw->text.lastPos);
2461
tw->text.insertPos = XawMin(
XawMax
(0, pos[i]), tw->text.lastPos);
3666
wwidth =
XawMax
(0, wwidth);
3826
XawMax
(ctx->text.s.left, ctx->text.s.right),
SimpleMenu.c
1680
width =
XawMax
(width, XtWidth(xaw->simple_menu.label) + hadd);
Completed in 38 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026