Searched refs:resolution_x (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touch_device.py | 84 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)
|
D | validators.py | 488 resolution_x, resolution_y = self.device.get_resolutions() 494 deviation = ave_distance / resolution_x
|
/external/freetype/src/bdf/ |
D | bdfdrivr.c | 438 FT_Short resolution_x = 0, resolution_y = 0; in BDF_Face_Init() local 541 value = (long)font->resolution_x; in BDF_Face_Init() 550 resolution_x = 0x7FFF; in BDF_Face_Init() 552 resolution_x )); in BDF_Face_Init() 555 resolution_x = FT_ABS( (FT_Short)value ); in BDF_Face_Init() 585 if ( resolution_x && resolution_y ) in BDF_Face_Init() 587 resolution_x, in BDF_Face_Init()
|
D | bdf.h | 181 unsigned long resolution_x; /* Font horizontal resolution. */ member
|
D | bdflib.c | 1660 font->resolution_x ) ); in _bdf_parse_glyphs() 1710 font->resolution_x ) ); in _bdf_parse_glyphs() 2112 p->font->resolution_x = _bdf_atoul( p->list.field[2] ); in _bdf_parse_start()
|
/external/freetype/src/pcf/ |
D | pcfread.c | 1557 FT_Short resolution_x = 0, resolution_y = 0; in pcf_load_font() local 1651 resolution_x = 0x7FFF; in pcf_load_font() 1653 resolution_x )); in pcf_load_font() 1656 resolution_x = FT_ABS( (FT_Short)prop->value.l ); in pcf_load_font() 1682 if ( resolution_x && resolution_y ) in pcf_load_font() 1684 resolution_x, in pcf_load_font()
|
/external/ImageMagick/coders/ |
D | wmf.c | 2560 resolution_x, in ReadWMFImage() local 2712 resolution_x=DefaultResolution; in ReadWMFImage() 2715 resolution_x = image->resolution.x; in ReadWMFImage() 2717 resolution_x *= CENTIMETERS_PER_INCH; in ReadWMFImage() 2747 image_width = image_width_inch * resolution_x; in ReadWMFImage() 2801 " Output resolution: %gx%g",resolution_x,resolution_y); in ReadWMFImage()
|