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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dcomposite.h86 ? composition_table[COMPOSITION_ID (prop)]->method \
152 composition and linked in composition_table[ID].
182 registered in composition_table. X-offset and Y-offset of Nth
189 extern struct composition **composition_table;
H A Dcomposite.c42 composition_table. These rather peculiar structures were designed
79 used as an index to composition_table for the composition.
84 information about the composition through composition_table. If a
88 composition_hash_table and composition_table, and changes the form
93 composition_hash_table and composition_table.
134 struct composition **composition_table; variable in typeref:struct:composition
136 /* The current size of `composition_table'. */
260 composition_table
261 = (struct composition **) xmalloc (sizeof (composition_table[0])
267 composition_table
[all...]
H A Dcharset.c1372 thiswidth = composition_table[cmp_id]->width;
H A Dindent.c306 *width = composition_table[id]->width;
H A Dwindow.c5770 composition_table[i]->font = NULL;
H A Dxdisp.c4520 struct composition *cmp = composition_table[id];
4547 it->c = COMPOSITION_GLYPH (composition_table[id], 0);
19496 struct composition *cmp = composition_table[cmp_id]; \
20746 struct composition *cmp = composition_table[it->cmp_id];

Completed in 190 milliseconds