Home
last modified time | relevance | path

Searched refs:smartWidth (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/wkhtmltopdf-0.12.6/src/image/
H A Dimagearguments.cc50 …width even if it is not large enough for the content", new ConstSetter<bool>(s.smartWidth, false)); in ImageCommandLineParser()
51 …width", 0, "Extend --width to fit unbreakable content", new ConstSetter<bool>(s.smartWidth, true)); in ImageCommandLineParser()
/dports/converters/wkhtmltopdf/wkhtmltopdf-0.12.6/src/lib/
H A Dimagesettings.hh87 bool smartWidth; member
H A Dimagesettings.cc73 smartWidth(true) {} in ImageGlobal()
H A Dimageconverter.cc118 if (settings.smartWidth && frame->scrollBarMaximum(Qt::Horizontal) > 0) { in pagesLoaded()