Home
last modified time | relevance | path

Searched refs:dwidth (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/utils/
Dbdf2c.pl23 $dwidth=0;
25 $dwidth=$1;
29 if($dwidth != 0) {
30 $encodings[$glyphindex*5+1]=$dwidth;
32 $dwidth=$width;
42 if(int(($dwidth+7)/8) > int(($width+7)/8)) {
43 $_ .= "00"x(int(($dwidth+7)/8)-int(($width+7)/8));
45 $_=substr($_,0,(int(($dwidth+7)/8)*2));
46 $counter+=(int(($dwidth+7)/8));
/external/mksh/src/
Ddot.mkshrc165 \\builtin typeset d dwidth
195 (( dwidth = (${%d} > 0 ? ${%d} : ${#d}) ))
196 if (( fn && (cpos += dwidth + 1) >= 79 && \
197 dwidth < 80 )); then
199 (( cpos = dwidth + 1 ))
/external/libcups/cups/
Ddest-options.c2063 int dwidth, /* Difference in width */ in cups_is_close_media_db() local
2067 dwidth = a->width - b->width; in cups_is_close_media_db()
2070 return (dwidth >= -176 && dwidth <= 176 && in cups_is_close_media_db()
Dppd-cache.c2319 dwidth, /* Difference in width */ in _ppdCacheGetPageSize() local
2443 dwidth = size->width - jobsize.width; in _ppdCacheGetPageSize()
2446 if (dwidth <= -176 || dwidth >= 176 || dlength <= -176 || dlength >= 176) in _ppdCacheGetPageSize()