Home | History | Annotate | Download | only in rendering

Lines Matching defs:baseline

396         int baseline = baselinePosition(true);
398 int ascent = baseline;
414 int baseline;
424 baseline = 0;
427 baseline = max(baseline, halfLeading + usedFonts[i]->ascent());
430 lineHeight = baseline + baselineToBottom;
433 baseline = 0;
436 baseline = max(baseline, halfLeading + usedFonts[i]->ascent());
440 baseline = 0;
443 baseline = max(baseline, halfLeading + usedFonts[i]->ascent());
448 baseline = curr->baselinePosition(false);
459 int ascent = baseline - curr->y();
1013 // Leave one pixel of white between the baseline and the underline.