Searched refs:glyph_len (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dcomposite.c177 int glyph_len;
312 glyph_len = (cmp->method == COMPOSITION_WITH_RULE_ALTCHARS
315 cmp->glyph_len = glyph_len;
316 cmp->offsets = (short *) xmalloc (sizeof (short) * glyph_len * 2);
324 for (i = 0; i < glyph_len; i++)
341 for (i = 1; i < glyph_len; i += 2)
176 int glyph_len; local
H A Dcomposite.h159 unsigned glyph_len; member in struct:composition
181 glyph_len * 2) that is allocated when the composition is
H A Dxdisp.c4522 if (cmp->glyph_len == 0)
18950 for (i = s->gidx + 1; i < s->cmp->glyph_len && faces[i] == s->face; ++i)
19497 int glyph_len = cmp->glyph_len; \
19504 char2b = (XChar2b *) alloca ((sizeof *char2b) * glyph_len); \
19505 faces = (struct face **) alloca ((sizeof *faces) * glyph_len); \
19507 for (n = 0; n < glyph_len; n++) \
19518 for (n = 0; n < cmp->glyph_len;) \
20844 for (i = 1; i < cmp->glyph_len; i++)
20962 for (i = 0; i < cmp->glyph_len;
[all...]

Completed in 197 milliseconds