Searched refs:FONT_BASE (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dmacterm.h44 #define FONT_BASE(f) ((f)->ascent) macro
H A Dw32term.h35 #define FONT_BASE(f) \
34 #define FONT_BASE macro
H A Dxterm.h113 #define FONT_BASE(f) ((f)->ascent)
111 #define FONT_BASE macro
H A Dw32term.c930 pcm->ascent = FONT_BASE (font);
960 pcm->ascent = FONT_BASE (font);
1042 font->max_bounds.ascent = FONT_BASE (font);
H A Dxdisp.c19994 int face_ascent = face->font ? FONT_BASE (face->font) : FRAME_BASELINE_OFFSET (it->f);
20232 ascent = (height * FONT_BASE (font)) / FONT_HEIGHT (font);
20340 ascent = FONT_BASE (font) + boff;
20459 it->ascent = FONT_BASE (font) + boff;
20543 int ascent = (((it->ascent + it->descent) * FONT_BASE (font))
20590 it->ascent = FONT_BASE (font) + boff;
20658 it->ascent = it->phys_ascent = FONT_BASE (font) + boff;
20689 it->phys_ascent = FONT_BASE (font) + boff;
20703 it->ascent = FONT_BASE (font) + boff;
20801 int font_ascent = FONT_BASE (fon
[all...]
H A Dmacterm.c1015 SetRect (&r, x, y - FONT_BASE (GC_FONT (gc)),
1062 CGRectMake (x, y - FONT_BASE (GC_FONT (gc)),
1138 SetRect (&r, x, y - FONT_BASE (GC_FONT (gc)),
1424 CGRectMake (gx, y - FONT_BASE (GC_FONT (gc)),
10291 + FONT_BASE (FRAME_FONT (f)));
H A Dxfns.c2375 spot.y = WINDOW_TO_FRAME_PIXEL_Y (w, y) + FONT_BASE (FRAME_FONT (f));
H A Dimage.c1323 - FONT_BASE(face->font)) / 2;

Completed in 300 milliseconds