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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dcomposite.c326 int this_width;
328 this_width = CHAR_WIDTH (ch);
329 if (cmp->width < this_width)
330 cmp->width = this_width;
344 int this_width;
349 this_width = CHAR_WIDTH (ch);
368 - (nref % 3) * this_width / 2.0);
372 if (this_left + this_width > rightmost)
373 rightmost = this_left + this_width;
325 int this_width; local
343 int this_width; local

Completed in 78 milliseconds