Searched refs:dwidth (Results 1 - 13 of 13) 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
H A Dbdf.h151 unsigned short dwidth; /* Device width. */ member in struct:bdf_glyph_t_
H A Dbdfdrivr.c738 slot->metrics.horiAdvance = (FT_Pos)( glyph.dwidth * 64 );
H A Dbdflib.c1909 glyph->dwidth = (unsigned short)_bdf_atoul( p->list.field[1], 0, 10 );
1918 glyph->dwidth, 72000L,
1962 glyph->dwidth = glyph->bbx.width;
1971 glyph->dwidth, 72000L,
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmask.c53 intersect_rectangles(VGint dwidth, VGint dheight, argument
60 if (tx + twidth <= 0 || tx >= dwidth)
74 location[2] = MIN2(tx + swidth, MIN2(dwidth, tx + twidth));
77 offsets[2] = MIN2(twidth, MIN2(dwidth - tx, swidth ));
H A Dimage.c219 VGfloat dwidth, dheight; local
225 dwidth = MIN2(width, img->width);
230 x, y, dwidth, dheight);
/external/opencv3/modules/imgproc/src/
H A Dimgwarp.cpp1403 int swidth, int dwidth, int cn, int xmin, int xmax ) const
1409 xofs, (const uchar*)alpha, swidth, dwidth, cn, xmin, xmax );
1424 for( ; dx < dwidth; dx++ )
1441 for( ; dx < dwidth; dx++ )
1518 int swidth, int dwidth, int cn, int xmin, int xmax ) const
1545 if( limit == dwidth )
1553 limit = dwidth;
1555 alpha -= dwidth*4;
1591 int swidth, int dwidth, int cn, int xmin, int xmax ) const
1618 if( limit == dwidth )
1516 operator ()(const T** src, WT** dst, int count, const int* xofs, const AT* alpha, int swidth, int dwidth, int cn, int xmin, int xmax ) const argument
1589 operator ()(const T** src, WT** dst, int count, const int* xofs, const AT* alpha, int swidth, int dwidth, int cn, int xmin, int xmax ) const argument
[all...]
/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 342 milliseconds