Searched refs:fheight (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DGeom.c50 unsigned int fheight,
72 DisplayHeight(dpy, screen) + dy - dheight * fheight -
86 DisplayHeight(dpy, screen) + py - *height * fheight -
43 XGeometry(Display * dpy,int screen,_Xconst char * pos,_Xconst char * def,unsigned int bwidth,unsigned int fwidth,unsigned int fheight,int xadd,int yadd,register int * x,register int * y,register int * width,register int * height) argument
/xsrc/external/mit/libXaw/dist/src/
H A DMultiSink.c449 int fheight, fdiff; local in function:InsertCursor
459 fheight = ext->max_logical_extent.height;
460 fdiff = fheight - abs(ext->max_logical_extent.y);
484 fheight),
486 (unsigned)fheight);
490 sink->multi_sink.cursor_y - 1 - fheight,
522 DisplayText(w, x, y - 1 - fheight,
529 x, y - 1 - fheight,
531 (unsigned)(fheight - 1));
H A DAsciiSink.c1270 int fheight; local in function:InsertCursor
1282 fheight = font->ascent + font->descent;
1287 (unsigned)(width + 1), (unsigned)(fheight + 1));
1291 (unsigned)width, (unsigned)fheight);
1296 (unsigned)(width + 1), (unsigned)(fheight + 1));
1322 fheight = font->ascent + font->descent;
1342 (unsigned)(fheight + 1));
1347 (unsigned)fheight);
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_win_moveresize.c791 int fwidth, fheight; local in function:jump
819 fheight = tmp_win->frame_height + 2 * tmp_win->frame_bw;
857 if(fy + fheight > cons) {
858 fy = cons - fheight;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h2609 int fheight = ttSHORT(info->data + info->hhea + 4) - ttSHORT(info->data + info->hhea + 6); local in function:stbtt_ScaleForPixelHeight
2610 return (float) height / fheight;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h2609 int fheight = ttSHORT(info->data + info->hhea + 4) - ttSHORT(info->data + info->hhea + 6); local in function:stbtt_ScaleForPixelHeight
2610 return (float) height / fheight;

Completed in 23 milliseconds