Home
last modified time | relevance | path

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

/third_party/skia/tools/
H A Dusing_skia_and_harfbuzz.cpp108 DoubleOption page_height = DoubleOption("-h", "Page height", 800.0f); member
124 &page_width, &page_height, &title, &author, &subject, in Config()
153 current_y + endPoint.y() > config->page_height.value) in WriteLine()
160 SkDoubleToScalar(config->page_height.value)); in WriteLine()
/third_party/cups-filters/filter/
H A Durftopdf.cpp71 page_width(0),page_height(0) in pdf_info()
84 double page_width,page_height; member
180 QUtil::double_to_string(info->page_height) + " 0 0 cm\n"); in finish_page()
217 info->page_height=((double)info->height/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 Drastertopdf.cpp292 page_width(0),page_height(0), in pdf_info()
317 double page_width,page_height; member
898 QUtil::double_to_string(info->page_height) + " 0 0 cm\n"); in finish_page()
1124 info->page_height=((double)info->height/ydpi)*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 Depjitsu.c536 s->page_height = 11.5 * 1200; in attach_one()
568 s->page_height = 11.5 * 1200; in attach_one()
592 s->page_height = 11.5 * 1200; in attach_one()
614 s->page_height = 5.83 * 1200; in attach_one()
637 s->page_height = 5.83 * 1200; in attach_one()
1568 *val_p = SCANNER_UNIT_TO_FIXED_MM(s->page_height); in sane_control_option()
1749 if (s->page_height == FIXED_MM_TO_SCANNER_UNIT(val_c)) in sane_control_option()
1752 s->page_height = FIXED_MM_TO_SCANNER_UNIT(val_c); in sane_control_option()
2055 s->page_height = MIN(s->page_height, in change_params()
[all...]
H A Depjitsu.h170 int page_height; member
H A Dfujitsu.c2543 s->page_height = 11 * 1200; in init_user()
2545 if(s->page_height > s->max_y){ in init_user()
2546 s->page_height = s->max_y; in init_user()
2553 s->br_y = s->page_height; in init_user()
4788 *val_p = SCANNER_UNIT_TO_FIXED_MM(s->page_height); in sane_control_option()
5485 if (s->page_height == FIXED_MM_TO_SCANNER_UNIT(val_c)) in sane_control_option()
5490 if (s->tl_y == 0 && s->br_y == s->page_height){ in sane_control_option()
5491 DBG (20, "sane_control_option: br_y tracking page_height\n"); in sane_control_option()
5496 s->page_height = FIXED_MM_TO_SCANNER_UNIT(val_c); in sane_control_option()
6433 set_SD_preread_paper_length(out, s->page_height); in diag_preread()
[all...]
H A Dfujitsu.h440 int page_height; member

Completed in 17 milliseconds