Home
last modified time | relevance | path

Searched refs:OVERLAPS_SUCC (Results 1 – 8 of 8) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Ddispextern.h1381 #define OVERLAPS_SUCC (1 << 1) macro
1382 #define OVERLAPS_BOTH (OVERLAPS_PRED | OVERLAPS_SUCC)
H A Ddispnew.c3517 overlaps |= OVERLAPS_SUCC; in redraw_overlapping_rows()
3534 if (overlaps & OVERLAPS_SUCC) in redraw_overlapping_rows()
H A Dxdisp.c2600 if (s->for_overlaps & OVERLAPS_SUCC) in get_glyph_string_clip_rects()
H A DChangeLog.107118 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
/dports/editors/emacs/emacs-27.2/src/
H A Ddispextern.h1371 #define OVERLAPS_SUCC (1 << 1) macro
1372 #define OVERLAPS_BOTH (OVERLAPS_PRED | OVERLAPS_SUCC)
H A Ddispnew.c3452 overlaps |= OVERLAPS_SUCC; in redraw_overlapping_rows()
3469 if (overlaps & OVERLAPS_SUCC) in redraw_overlapping_rows()
H A Dxdisp.c2475 if (s->for_overlaps & OVERLAPS_SUCC) in get_glyph_string_clip_rects()
H A DChangeLog.107118 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)