Searched refs:resolution_x (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdfdrivr.c | 450 FT_Short resolution_x = 0, resolution_y = 0; in FT_CALLBACK_DEF() local 551 value = (long)font->resolution_x; in FT_CALLBACK_DEF() 560 resolution_x = 0x7FFF; in FT_CALLBACK_DEF() 562 resolution_x )); in FT_CALLBACK_DEF() 565 resolution_x = FT_ABS( (FT_Short)value ); in FT_CALLBACK_DEF() 595 if ( resolution_x && resolution_y ) in FT_CALLBACK_DEF() 597 resolution_x, in FT_CALLBACK_DEF()
|
H A D | bdf.h | 166 unsigned long resolution_x; /* Font horizontal resolution. */ member
|
H A D | bdflib.c | 1651 font->resolution_x ) ); in _bdf_parse_glyphs() 1701 font->resolution_x ) ); in _bdf_parse_glyphs() 2088 p->font->resolution_x = _bdf_atoul( p->list.field[2] ); in _bdf_parse_start()
|
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 325 SANE_Int resolution_x, SANE_Int resolution_y, 1541 DBG (DBG_FNC, "-> param->resolution_x=%i\n", param->resolution_x); in RTS_Scanner_SetParams() 1564 scan.resolution_x = param->resolution_x; in RTS_Scanner_SetParams() 1575 if ((scan.resolution_x == 2400) || ((scan.resolution_x == 4800))) in RTS_Scanner_SetParams() 1619 hwdcfg.highresolution = (scan.resolution_x > 1200) ? TRUE : FALSE; in RTS_Scanner_SetParams() 1674 dev->Resize->resolution_x = scancfg->resolution_x; in SetScanParams() 10533 Refs_Detect(struct st_device *dev, SANE_Byte * Regs, SANE_Int resolution_x, SANE_Int resolution_y, SANE_Int * x, SANE_Int * y) Refs_Detect() argument [all...] |
H A D | hp3900_types.c | 276 SANE_Int resolution_x; member 415 SANE_Int resolution_x; member 438 SANE_Int resolution_x; /* [+08] 768 */ member
|
H A D | stv680.h | 60 int resolution_x; /* x-resolution */ member
|
H A D | fujitsu.c | 2528 s->resolution_x = s->basic_x_res; in init_user() 2532 if(s->resolution_y > s->resolution_x){ in init_user() 2533 s->resolution_y = s->resolution_x; in init_user() 4764 *val_p = s->resolution_x; in sane_control_option() 5421 if (s->resolution_x == val_c) in sane_control_option() 5424 s->resolution_x = val_c; in sane_control_option() 6428 set_SD_preread_xres(out,s->resolution_x); in diag_preread() 6817 params->pixels_per_line = s->resolution_x * (s->br_x - s->tl_x) / 1200; in update_params() 6867 s->max_x, s->page_width, get_page_width(s), s->resolution_x); in update_params() 6918 s->max_x, s->page_width, get_page_width(s), s->resolution_x); in update_u_params() [all...] |
H A D | hp3900_debug.c | 462 DBG (DBG_FNC, " -> resolution_x = %i\n", params->resolution_x); in dbg_ScanParams() 724 scancfg->resolution_x, scancfg->resolution_y, img, in dbg_autoref()
|
H A D | stv680.c | 931 if (dev->hw->color_adjust[0].resolution_x != 0) in attach_vidcam() 937 while (dev->hw->color_adjust[num_entries].resolution_x != 0) in attach_vidcam() 959 dev->hw->color_adjust[i].resolution_x; in attach_vidcam() 1881 dev->hw->color_adjust[i].resolution_x != dev->x_resolution; in sane_get_parameters()
|
H A D | fujitsu.h | 430 int resolution_x; /* X resolution in dpi */ member
|
H A D | hp3900_sane.c | 1201 scanner->ScanParams.resolution_x = 75; in options_init() 2401 s->ScanParams.resolution_x = res; in sane_start()
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcfread.c | 1573 FT_Short resolution_x = 0, resolution_y = 0; in FT_LOCAL_DEF() local 1665 resolution_x = 0x7FFF; in FT_LOCAL_DEF() 1667 resolution_x )); in FT_LOCAL_DEF() 1670 resolution_x = FT_ABS( (FT_Short)prop->value.l ); in FT_LOCAL_DEF() 1696 if ( resolution_x && resolution_y ) in FT_LOCAL_DEF() 1698 resolution_x, in FT_LOCAL_DEF()
|
Completed in 30 milliseconds