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

/external/libvncserver/utils/
H A 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/freetype/src/bdf/
H A Dbdf.h152 unsigned short dwidth; /* Device width. */ member in struct:bdf_glyph_t_
H A Dbdflib.c1652 glyph->dwidth = (unsigned short)_bdf_atoul( p->list.field[1] );
1661 glyph->dwidth, 72000L,
1705 glyph->dwidth = glyph->bbx.width;
1714 glyph->dwidth, 72000L,
H A Dbdfdrivr.c846 slot->metrics.horiAdvance = (FT_Pos)( glyph.dwidth * 64 );
/external/libcups/cups/
H A Ddest-options.c2063 int dwidth, /* Difference in width */ local
2067 dwidth = a->width - b->width;
2070 return (dwidth >= -176 && dwidth <= 176 &&
H A Dppd-cache.c2319 dwidth, /* Difference in width */ local
2443 dwidth = size->width - jobsize.width;
2446 if (dwidth <= -176 || dwidth >= 176 || dlength <= -176 || dlength >= 176)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1173 milliseconds