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

/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dtouch_device.py84 resolution_x, resolution_y) = self.get_resolutions()
85 width = float((right - left)) / resolution_x
159 resolution_x = int(result.group(5))
160 axis_x = AbsAxis(min_x, max_x, resolution_x)
H A Dvalidators.py488 resolution_x, resolution_y = self.device.get_resolutions()
494 deviation = ave_distance / resolution_x
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
H A Dbdf.h198 unsigned long resolution_x; /* Font horizontal resolution. */ member in struct:bdf_font_t_
H A Dbdfdrivr.c439 FT_Short resolution_x = 0, resolution_y = 0; local
466 resolution_x = (FT_Short)prop->value.l;
478 if ( resolution_x && resolution_y )
479 bsize->x_ppem = bsize->y_ppem * resolution_x / resolution_y;
H A Dbdflib.c1920 font->resolution_x ) );
1973 font->resolution_x ) );
2365 p->font->resolution_x = _bdf_atoul( p->list.field[2], 0, 10 );
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/
H A Dpcfread.c1286 FT_Short resolution_x = 0, resolution_y = 0; local
1346 resolution_x = FT_ABS( (FT_Short)prop->value.l );
1365 if ( resolution_x && resolution_y )
1367 resolution_x,
/external/ImageMagick/coders/
H A Dwmf.c2555 resolution_x,
2706 resolution_x=DefaultResolution;
2709 resolution_x = image->resolution.x;
2711 resolution_x *= CENTIMETERS_PER_INCH;
2741 image_width = image_width_inch * resolution_x;
2795 " Output resolution: %gx%g",resolution_x,resolution_y);
2553 resolution_x, local

Completed in 146 milliseconds