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

/haiku-fatelf/src/add-ons/print/drivers/preview/
H A DPrinterDriver.cpp102 int32 xdpi, ydpi; local
103 reader.GetResolution(&xdpi, &ydpi);
104 printf("PrintJobReader::GetResolution(): xdpi:%ld, ydpi:%ld\n", xdpi, ydpi);
/haiku-fatelf/headers/libs/print/libprint/
H A DPrintJobReader.h75 void GetResolution(int32* xdpi, int32* ydpi) const;
/haiku-fatelf/src/libs/print/libprint/
H A DPrintJobReader.cpp223 void PrintJobReader::GetResolution(int32 *xdpi, int32 *ydpi) const argument
225 fJobSettings.FindInt32("xres", xdpi);
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-pcl.c2108 int xdpi, ydpi; local
2110 pcl_describe_resolution(v, &xdpi, &ydpi);
2114 printing_color && xdpi == 600 && ydpi == 600)
2270 int xdpi, ydpi; /* Resolution */ local
2329 pcl_describe_resolution(v, &xdpi, &ydpi);
2331 stp_deprintf(STP_DBG_PCL,"pcl: resolution=%dx%d\n",xdpi,ydpi);
2332 if (xdpi <= 0 || ydpi <= 0)
2342 printing_color && xdpi == 600 && ydpi == 600)
2349 privdata.do_cret = (xdpi >= 300 &&
2351 privdata.do_cretb = (xdpi >
[all...]
H A Ddither-main.c345 int xdpi, int ydpi)
358 if (xdpi > ydpi)
361 d->y_aspect = xdpi / ydpi;
365 d->x_aspect = ydpi / xdpi;
344 stp_dither_init(stp_vars_t *v, stp_image_t *image, int out_width, int xdpi, int ydpi) argument
H A Dprint-lexmark.c785 int xdpi; member in struct:lexm_privdata_weave
1362 int xdpi, int ydpi,
1582 int xdpi, ydpi; /* Resolution */ local
1701 stp_describe_resolution(v, &xdpi, &ydpi);
1702 stp_dprintf(STP_DBG_LEXMARK, v, "lexmark: resolution=%dx%d\n",xdpi,ydpi);
1723 densityDivisor = ((xdpi / 300)*(ydpi/ 600));
1739 horizontal_passes = xdpi / physical_xdpi;
1740 stp_dprintf(STP_DBG_LEXMARK, v, "lexmark: horizontal_passes %i, xdpi %i, physical_xdpi %i\n",
1741 horizontal_passes, xdpi, physical_xdpi);
1777 xdpi, ydp
1359 lexmark_init_printer(const stp_vars_t *v, const lexmark_cap_t * caps, int printing_color, const char *source_str, int xdpi, int ydpi, int page_width, int page_height, int top, int left, int use_dmt) argument
2393 lexmark_write(const stp_vars_t *v, unsigned char *prnBuf, int *paperShift, int direction, int pass_length, const lexmark_cap_t * caps, const lexmark_inkparam_t *ink_parameter, int xdpi, int yCount, Lexmark_head_colors *head_colors, int length, int mode, int ydpi, int width, int offset, int dmt) argument
2678 int xdpi = pd->xdpi; local
[all...]
H A Dprint-canon.c586 *x = mode->xdpi;
1104 if ((init->mode->xdpi == 720) && (init->mode->ydpi == 720 ))
1110 if ( (init->mode->xdpi > 360) || (init->mode->ydpi > 360) )
1138 if (strcmp(init->caps->name,"S200") || (init->mode->xdpi <= 360))
1141 (init->mode->xdpi >> 8 ), (init->mode->xdpi & 255));
1143 if (init->mode->xdpi < 2880)
1453 if (init->mode->xdpi==1440) arg_74_2= 0x04;
2000 privdata.out_width = privdata.mode->xdpi * privdata.out_width / 72;
2003 privdata.left = privdata.mode->xdpi * privdat
[all...]
H A Dprint-escp2.c1539 int xdpi = res->hres; local
1542 if (physical_xdpi > xdpi)
1543 physical_xdpi = xdpi;
1544 horizontal_passes = xdpi / physical_xdpi;
H A Dcanon-modes.h88 * A printmode is defined by its resolution (xdpi x ydpi), the inkset
96 const int xdpi; /* horizontal resolution */ member in struct:__anon5090
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Ddither.h151 int out_width, int xdpi, int ydpi);
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Dgenppd.c1805 int xdpi, ydpi; /* Resolution info */ local
2007 stp_describe_resolution(v, &xdpi, &ydpi);
2008 if (xdpi == -1 || ydpi == -1)
2014 stp_describe_resolution(v, &xdpi, &ydpi);
2020 opt->name, stp_i18n_lookup(po, opt->text), xdpi, ydpi, i + 1);
2062 stp_describe_resolution(v, &xdpi, &ydpi);
2064 tmp_xdpi = xdpi;
2084 res_name, _("Automatic"), xdpi, ydpi);
2090 stp_describe_resolution(v, &xdpi, &ydpi);
2092 if (xdpi
[all...]
/haiku-fatelf/src/kits/interface/
H A DPrintJob.cpp470 BPrintJob::GetResolution(int32* xdpi, int32* ydpi) argument
475 if (xdpi != NULL)
476 *xdpi = fXResolution;

Completed in 128 milliseconds