Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/api/
H A Dqcoloroutput.cpp76 coloringEnabled = isColoringPossible(); in ColorOutputPrivate()
81 bool coloringEnabled; member in QPatternist::ColorOutputPrivate
325 if(d->coloringEnabled && colorID != -1) in colorify()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/api/
H A Dqcoloroutput.cpp74 coloringEnabled = isColoringPossible(); in ColorOutputPrivate()
79 bool coloringEnabled; member in QPatternist::ColorOutputPrivate
324 if(d->coloringEnabled && colorID != -1) in colorify()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/tools/qmllint/
H A Dqcoloroutput.cpp74 bool coloringEnabled() const { return m_coloringEnabled; } in coloringEnabled() function in ColorOutputPrivate
277 if (d->coloringEnabled() && colorID != -1) { in colorify()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/tools/qmllint/
H A Dqcoloroutput.cpp74 bool coloringEnabled() const { return m_coloringEnabled; } in coloringEnabled() function in ColorOutputPrivate
277 if (d->coloringEnabled() && colorID != -1) { in colorify()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dold_settings.hpp404 bool coloringEnabled; member
H A Dold_settings.cpp337 params->imageSwitches.coloringEnabled = atoi(str2); in LoadOneSetting()
1086 par->Set("mat1_use_colors_from_palette", oldData->imageSwitches.coloringEnabled); in ConvertToNewContainer()