image_ascent     3579 src/dispextern.h int image_ascent (struct image *, struct face *, struct glyph_slice *);
image_ascent     1559 src/haikuterm.c   int y = s->ybase - image_ascent (s->img, s->face, &s->slice);
image_ascent     1701 src/haikuterm.c       y = s->ybase - image_ascent (s->img, face, &s->slice);
image_ascent     2090 src/pgtkterm.c   int y = s->ybase - image_ascent (s->img, s->face, &s->slice);
image_ascent     2227 src/pgtkterm.c   int y = s->ybase - image_ascent (s->img, s->face, &s->slice);
image_ascent     1911 src/w32term.c    int y = s->ybase - image_ascent (s->img, s->face, &s->slice);
image_ascent     2109 src/w32term.c    int y = s->ybase - image_ascent (s->img, s->face, &s->slice);
image_ascent     2200 src/w32term.c    int y = s->ybase - s->y - image_ascent (s->img, s->face, &s->slice);
image_ascent     30965 src/xdisp.c      it->ascent = it->phys_ascent = glyph_ascent = image_ascent (img, face, &slice);
image_ascent     9853 src/xterm.c      int y = s->ybase - image_ascent (s->img, s->face, &s->slice);
image_ascent     9980 src/xterm.c      int y = s->ybase - image_ascent (s->img, s->face, &s->slice);
image_ascent     10070 src/xterm.c      int y = s->ybase - s->y - image_ascent (s->img, s->face, &s->slice);