• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/src/

Lines Matching refs:boff

20285 calc_line_height_property (it, val, font, boff, override)
20289 int boff, override;
20313 boff = FRAME_BASELINE_OFFSET (it->f);
20335 boff = font_info->baseline_offset;
20337 boff = VCENTER_BASELINE_OFFSET (font, it->f) - boff;
20340 ascent = FONT_BASE (font) + boff;
20341 descent = FONT_DESCENT (font) - boff;
20347 it->override_boff = boff;
20383 int boff; /* baseline offset */
20429 boff = FRAME_BASELINE_OFFSET (it->f);
20435 boff = font_info->baseline_offset;
20437 boff = VCENTER_BASELINE_OFFSET (font, it->f) - boff;
20455 boff = it->override_boff;
20459 it->ascent = FONT_BASE (font) + boff;
20460 it->descent = FONT_DESCENT (font) - boff;
20465 it->phys_ascent = pcm->ascent + boff;
20466 it->phys_descent = pcm->descent - boff;
20580 height = calc_line_height_property(it, height, font, boff, 1);
20586 boff = it->override_boff;
20590 it->ascent = FONT_BASE (font) + boff;
20591 it->descent = FONT_DESCENT (font) - boff;
20630 spacing = calc_line_height_property(it, total_height, font, boff, 0);
20634 spacing = calc_line_height_property(it, spacing, font, boff, 0);
20658 it->ascent = it->phys_ascent = FONT_BASE (font) + boff;
20659 it->descent = it->phys_descent = FONT_DESCENT (font) - boff;
20689 it->phys_ascent = FONT_BASE (font) + boff;
20690 it->phys_descent = FONT_DESCENT (font) - boff;
20695 it->phys_ascent = pcm->ascent + boff;
20696 it->phys_descent = pcm->descent - boff;
20703 it->ascent = FONT_BASE (font) + boff;
20704 it->descent = FONT_DESCENT (font) - boff;
20745 int boff; /* baseline offset */
20771 boff = FRAME_BASELINE_OFFSET (it->f);
20777 boff = font_info->baseline_offset;
20779 boff = VCENTER_BASELINE_OFFSET (font, it->f) - boff;
20801 int font_ascent = FONT_BASE (font) + boff;
20802 int font_descent = FONT_DESCENT (font) - boff;
20826 lowest = - descent + boff;
20827 highest = ascent + boff;
20835 highest = font_info->default_ascent + boff;
20841 cmp->offsets[1] = boff;
20857 boff = FRAME_BASELINE_OFFSET (it->f);
20864 boff = font_info->baseline_offset;
20866 boff = VCENTER_BASELINE_OFFSET (font, it->f) - boff;
20889 btm = - descent + boff;
20936 : nrefy == 1 ? descent - boff