OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_ascent
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xfs/dist/difs/
charinfo.c
337
int
max_ascent
= 0, max_descent = 0;
local
396
max_ascent
= FONT_MAX_ASCENT(pinfo);
398
height =
max_ascent
+ max_descent;
503
height =
max_ascent
+ max_descent;
511
if (
max_ascent
> inkm->ascent)
513
height -= (
max_ascent
- inkm->ascent);
514
dstp += dstbpr * (
max_ascent
- inkm->ascent);
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSinkP.h
122
int
max_ascent
, max_descent;
member in struct:_XawTextPaintStruct
/xsrc/external/mit/libXaw/dist/src/
AsciiSink.c
382
paint->
max_ascent
= ascent;
418
paint->
max_ascent
= ascent;
540
paint->
max_ascent
= ascent;
642
paint->
max_ascent
= ascent;
862
rects[i_rects].y = (short)(paint->y - paint->
max_ascent
);
864
rects[i_rects++].height = (unsigned short)(paint->
max_ascent
+ paint->max_descent + 1);
Completed in 36 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026