Home | History | Annotate | Download | only in text

Lines Matching defs:above

384                         int above, below, top, bottom;
389 above = okAscent;
396 above = fitAscent;
403 above = fm.ascent;
411 above, below, top, bottom,
586 int above, int below, int top, int bottom, int v,
615 fm.ascent = above;
630 above = fm.ascent;
638 mTopPadding = top - above;
642 above = top;
658 double ex = (below - above) * (spacingmult - 1) + spacingadd;
672 v += (below - above) + extra;