Searched refs:page_width (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/tools/ |
H A D | using_skia_and_harfbuzz.cpp | 107 DoubleOption page_width = DoubleOption("-w", "Page width", 600.0f); member 124 &page_width, &page_height, &title, &author, &subject, in Config() 147 config->page_width.value - 2*config->left_margin.value, &textBlobBuilder); in WriteLine() 159 SkDoubleToScalar(config->page_width.value), in WriteLine()
|
/third_party/cups-filters/filter/ |
H A D | urftopdf.cpp | 71 page_width(0),page_height(0) in pdf_info() 84 double page_width,page_height; member 179 content.append(QUtil::double_to_string(info->page_width) + " 0 0 " + in finish_page() 216 info->page_width=((double)info->width/dpi)*DEFAULT_PDF_UNIT; in add_pdf_page() 218 page.replaceKey("/MediaBox",makeBox(0,0,info->page_width,info->page_height)); in add_pdf_page()
|
H A D | bannertopdf.c | 369 float page_width, page_length; in generate_banner_pdf() local 382 &page_width, &page_length, media_limits); in generate_banner_pdf() 384 pdf_resize_page (doc, 1, page_width, page_length, &page_scale); in generate_banner_pdf()
|
H A D | rastertopdf.cpp | 292 page_width(0),page_height(0), in pdf_info() 317 double page_width,page_height; member 897 content.append(QUtil::double_to_string(info->page_width) + " 0 0 " + in finish_page() 1123 info->page_width=((double)info->width/xdpi)*DEFAULT_PDF_UNIT; in add_pdf_page() 1128 page.replaceKey("/MediaBox",makeRealBox(0,0,info->page_width,info->page_height)); in add_pdf_page() 1136 page.replaceKey("/MediaBox",makeIntegerBox(0,0,info->page_width + 0.5,info->page_height + 0.5)); in add_pdf_page()
|
/third_party/backends/backend/ |
H A D | epjitsu.c | 147 - call change_params after changing page_width 537 s->page_width = 8.5 * 1200; in attach_one() 569 s->page_width = 8.5 * 1200; in attach_one() 593 s->page_width = 8.5 * 1200; in attach_one() 615 s->page_width = 4.1 * 1200; in attach_one() 638 s->page_width = 4.1 * 1200; in attach_one() 1564 *val_p = SCANNER_UNIT_TO_FIXED_MM(s->page_width); in sane_control_option() 1741 if (s->page_width == FIXED_MM_TO_SCANNER_UNIT(val_c)) in sane_control_option() 1744 s->page_width = FIXED_MM_TO_SCANNER_UNIT(val_c); in sane_control_option() 2070 s->page_width in change_params() 4431 int page_width = page->image->width_pix; copy_block_to_page() local [all...] |
H A D | epjitsu.h | 169 int page_width; member
|
H A D | fujitsu.c | 581 - br_x and br_y locked to page_width/height until changed 2537 s->page_width = 8.5 * 1200; in init_user() 2538 if(s->page_width > s->max_x){ in init_user() 2539 s->page_width = s->max_x; in init_user() 2550 s->br_x = s->page_width; in init_user() 4784 *val_p = SCANNER_UNIT_TO_FIXED_MM(s->page_width); in sane_control_option() 5469 if (s->page_width == FIXED_MM_TO_SCANNER_UNIT(val_c)) in sane_control_option() 5474 if (s->tl_x == 0 && s->br_x == s->page_width){ in sane_control_option() 5475 DBG (20, "sane_control_option: br_x tracking page_width\n"); in sane_control_option() 5480 s->page_width in sane_control_option() [all...] |
H A D | fujitsu.h | 439 int page_width; member
|
Completed in 19 milliseconds