Searched refs:page_height (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/scripts/ |
D | gst-plot-traces.sh | 46 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/ |
D | using_skia_and_harfbuzz.cpp | 108 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/ |
D | using_skia_and_harfbuzz.cpp | 105 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/ |
D | print_view_manager.cc | 97 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/ |
D | cef_types_wrappers.h | 901 target->page_height = src->page_height; in set()
|
D | cef_types.h | 2409 int page_height; member
|