Home
last modified time | relevance | path

Searched refs:page_height (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/scripts/
Dgst-plot-traces.sh46 a3) page_with="29.7 cm";page_height="42.0 cm";;
47 a4) page_with="21.0 cm";page_height="29.7 cm";;
54 pdf) echo "set term pdf color font \"Sans,7\" size $page_with,$page_height";;
55 ps) echo "set term postscript portrait color solid \"Sans\" 7 size $page_with,$page_height";;
/third_party/skia/tools/
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/flutter/skia/tools/
Dusing_skia_and_harfbuzz.cpp105 DoubleOption page_height = DoubleOption("-h", "Page height", 800.0f); member
121 &page_width, &page_height, &title, &author, &subject, in Config()
150 current_y + endPoint.y() > config->page_height.value) in WriteLine()
157 SkDoubleToScalar(config->page_height.value)); in WriteLine()
/third_party/cef/libcef/browser/printing/
Dprint_view_manager.cc97 if (pdf_settings.page_width > 0 && pdf_settings.page_height > 0) { in FillInDictionaryFromPdfPrintSettings()
100 dict->SetInteger(kSettingMediaSizeHeightMicrons, pdf_settings.page_height); in FillInDictionaryFromPdfPrintSettings()
/third_party/cef/include/internal/
Dcef_types_wrappers.h901 target->page_height = src->page_height; in set()
Dcef_types.h2409 int page_height; member