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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32bdf.h59 int dwidth; /* width in pixels */ member in struct:__anon8547
H A Dw32bdf.c469 glyph->metric.dwidth = atoi(p);
714 left += pcb->metric.dwidth;
H A Dw32term.c861 pcm->width = bdf_metric->dwidth;
863 pcm->rbearing = bdf_metric->dwidth
/macosx-10.10.1/adv_cmds-158/ps/
H A Dps.h125 short dwidth; /* dynamic printing width */ member in struct:var
H A Dps.c1102 v->dwidth = v->width;
1126 if (v->width > v->dwidth)
1127 v->width = v->dwidth;
/macosx-10.10.1/postfix-255/postfix/auxiliary/qshape/
H A Dqshape.pl126 my $dwidth = 18; # min width of domain field
350 $dw = $dwidth if ($dw < $dwidth);
/macosx-10.10.1/ruby-106/ruby/
H A Daddr2line.c776 int dwidth, upper; local
802 sign = 0; dot = 0; dwidth = 0; upper = 0;
828 dwidth = va_arg(ap, int);
845 dwidth = n;
951 for (n = 0; n < dwidth && p[n]; n++)
1036 dwidth = width - tmp;
1037 width -= tmp + imax(dwidth, n);
1038 dwidth -= n;
1052 while (dwidth-- > 0)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dps-bdf.el366 (dwidth (elt bbx 0))
374 (setq dwidth (read (current-buffer)))
406 (list dwidth bbx bitmap-string)))
H A Dps-mule.el1332 (defun ps-mule-generate-bitmap-glyph (font-name code dwidth bbx bitmap)
1335 dwidth (aref bbx 0) (aref bbx 1) (aref bbx 2) (aref bbx 3)
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c837 int dwidth, upper; local
863 sign = 0; dot = 0; dwidth = 0; upper = 0;
889 dwidth = va_arg(ap, int);
906 dwidth = n;
1012 for (n = 0; n < dwidth && p[n]; n++)
/macosx-10.10.1/cups-408/cups/cups/
H A Ddest-options.c1982 int dwidth, /* Difference in width */ local
1986 dwidth = a->width - b->width;
1989 return (dwidth >= -176 && dwidth <= 176 &&
H A Dppd-cache.c1850 dwidth, /* Difference in width */ local
1974 dwidth = size->width - jobsize.width;
1977 if (dwidth <= -176 || dwidth >= 176 || dlength <= -176 || dlength >= 176)

Completed in 419 milliseconds