Searched refs:IMAGE_GLYPH (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Ddispextern.h285 IMAGE_GLYPH,
393 /* Image ID for image glyphs (type == IMAGE_GLYPH). */
282 IMAGE_GLYPH, enumerator in enum:glyph_type
H A Dw32term.c1809 else if (s->first_glyph->type == IMAGE_GLYPH
2493 case IMAGE_GLYPH:
5004 if (cursor_glyph->type == IMAGE_GLYPH)
H A Ddispnew.c6054 if (glyph->type == IMAGE_GLYPH)
6146 if (glyph->type == IMAGE_GLYPH)
H A Dxdisp.c2167 if (g->type == IMAGE_GLYPH)
15185 else if (glyph->type == IMAGE_GLYPH)
19056 xassert (s->first_glyph->type == IMAGE_GLYPH);
19572 case IMAGE_GLYPH: \
20042 glyph->type = IMAGE_GLYPH;
21378 if (glyph != NULL && glyph->type == IMAGE_GLYPH)
22839 if (glyph != NULL && glyph->type == IMAGE_GLYPH)
H A Dmacterm.c3298 else if (s->first_glyph->type == IMAGE_GLYPH
3813 case IMAGE_GLYPH:
5693 if (cursor_glyph->type == IMAGE_GLYPH)
H A Dxterm.c1999 else if (s->first_glyph->type == IMAGE_GLYPH
2665 case IMAGE_GLYPH:
7283 if (cursor_glyph->type == IMAGE_GLYPH)

Completed in 247 milliseconds