Home
last modified time | relevance | path

Searched refs:html_math_img_scale (Results 1 – 5 of 5) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/
H A DBufferParams.h531 double html_math_img_scale; variable
H A DBufferParams.cpp458 html_math_img_scale = 1.0; in BufferParams()
1091 lex >> html_math_img_scale; in readToken()
1437 if (html_math_img_scale != 1.0) in writeFile()
1438 os << "\\html_math_img_scale " << convert<string>(html_math_img_scale) << '\n'; in writeFile()
H A DBuffer.cpp746 return isExporting() ? 75.0 * params().html_math_img_scale in fontScalingFactor()
949 params().html_math_img_scale = 1.0; in readHeader()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiDocument.cpp3326 bp_.html_math_img_scale = outputModule->mathimgSB->value(); in applyView()
3942 outputModule->mathimgSB->setValue(bp_.html_math_img_scale); in paramsToDialog()
/dports/print/lyx/lyx-2.3.4.2/development/
H A DFORMAT972 New BufferParams: html_math_img_scale, html_latex_start,