Home
last modified time | relevance | path

Searched refs:setLogScale (Results 1 – 25 of 72) sorted by relevance

123

/dports/graphics/art/ART-1.9.3/rtgui/
H A Dxtransrawexposure.cc60 PexBlackRed->setLogScale(100, 0); in XTransRAWExposure()
61 PexBlackGreen->setLogScale(100, 0); in XTransRAWExposure()
62 PexBlackBlue->setLogScale(100, 0); in XTransRAWExposure()
H A Dbayerrawexposure.cc73 PexBlack0->setLogScale(100, 0); in BayerRAWExposure()
74 PexBlack1->setLogScale(100, 0); in BayerRAWExposure()
75 PexBlack2->setLogScale(100, 0); in BayerRAWExposure()
76 PexBlack3->setLogScale(100, 0); in BayerRAWExposure()
H A Dsaturation.cc44 saturation->setLogScale(2, 0, true); in Saturation()
45 vibrance->setLogScale(2, 0, true); in Saturation()
H A Dcacorrection.cc46 red->setLogScale(10, 0); in CACorrection()
47 blue->setLogScale(10, 0); in CACorrection()
H A Dlabcurve.cc49 brightness->setLogScale(2, 0, true); in LabCurve()
50 contrast->setLogScale(2, 0, true); in LabCurve()
51 chromaticity->setLogScale(2, 0, true); in LabCurve()
H A Dlogencoding.cc67 whiteEv->setLogScale(16, 0); in LogEncoding()
68 blackEv->setLogScale(2, -8); in LogEncoding()
77 targetGray->setLogScale(10, 18, true); in LogEncoding()
H A Dwhitebalance.cc207 green->setLogScale(100, 1, true); in WhiteBalance()
250 mult[i]->setLogScale(100, 1, true); in WhiteBalance()
355 green->setLogScale(100, green->getValue(), true); in methodChanged()
442 green->setLogScale(100, green->getValue(), true); in read()
523 green->setLogScale(100, vgreen, true); in setWB()
556 green->setLogScale(100, greenVal, true); in WBChanged()
H A Dperspective.cc155 horiz->setLogScale(2, 0); in PerspCorrection()
156 vert->setLogScale(2, 0); in PerspCorrection()
157 flength->setLogScale(100, 1); in PerspCorrection()
158 cropfactor->setLogScale(2, 1); in PerspCorrection()
159 aspect->setLogScale(100, 1, true); in PerspCorrection()
H A Dexposure.cc60 expcomp->setLogScale(64, 0, true); in Exposure()
64 black->setLogScale(100, 0, true); in Exposure()
H A Drawcacorrection.cc70 caRed->setLogScale(10, 0); in RAWCACorr()
71 caBlue->setLogScale(10, 0); in RAWCACorr()
H A Dcolorcorrection.cc242 slope->setLogScale(10, 1, true); in ColorCorrection()
250 power->setLogScale(10, 1, true); in ColorCorrection()
254 pivot->setLogScale(100, 0.18, true); in ColorCorrection()
285 slope_rgb[c]->setLogScale(10, 1, true); in ColorCorrection()
293 power_rgb[c]->setLogScale(10, 1, true); in ColorCorrection()
297 pivot_rgb[c]->setLogScale(100, 0.18, true); in ColorCorrection()
/dports/math/openturns/openturns-1.18/python/doc/examples/data_analysis/sample_analysis/
H A Dplot_draw_survival.py131 graph.setLogScale(ot.GraphImplementation.LOGXY)
212 graph.setLogScale(ot.GraphImplementation.LOGXY)
231 graph.setLogScale(ot.GraphImplementation.LOGXY)
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_KarhunenLoeveResult_std.py23 graph2.setLogScale(ot.GraphImplementation.LOGY)
26 graph4.setLogScale(ot.GraphImplementation.LOGY)
H A Dt_Polygon_std.py49 myGraph.setLogScale(i)
H A Dt_Curve_std.py50 myGraph.setLogScale(i)
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dxtransrawexposure.cc62 PexBlackRed->setLogScale(100, 0); in XTransRAWExposure()
63 PexBlackGreen->setLogScale(100, 0); in XTransRAWExposure()
64 PexBlackBlue->setLogScale(100, 0); in XTransRAWExposure()
H A Dbayerrawexposure.cc73 PexBlack0->setLogScale(100, 0); in BayerRAWExposure()
74 PexBlack1->setLogScale(100, 0); in BayerRAWExposure()
75 PexBlack2->setLogScale(100, 0); in BayerRAWExposure()
76 PexBlack3->setLogScale(100, 0); in BayerRAWExposure()
H A Dperspective.cc45 horiz->setLogScale(2, 0); in PerspCorrection()
46 vert->setLogScale(2, 0); in PerspCorrection()
H A Dcacorrection.cc47 red->setLogScale(10, 0); in CACorrection()
48 blue->setLogScale(10, 0); in CACorrection()
H A Dchmixer.cc91 red[i]->setLogScale(10, red[i]->getValue()); in ChMixer()
92 green[i]->setLogScale(10, green[i]->getValue()); in ChMixer()
93 blue[i]->setLogScale(10, blue[i]->getValue()); in ChMixer()
/dports/security/afterglow/afterglow/src/perl/charts/
H A Dbubble.pl38 if ($logScale) {$c->xAxis()->setLogScale();}
39 if ($logScale) {$c->yAxis()->setLogScale();}
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dhistogram.h62 void setLogScale(bool onOff) { m_logScale = onOff; } in setLogScale() function
202 void setLogScale(bool onOff);
/dports/math/openturns/openturns-1.18/python/doc/examples/reliability_sensitivity/reliability/
H A Dplot_axial_stressed_beam.py101 graph.setLogScale(ot.GraphImplementation.LOGX)
183 graph.setLogScale(ot.GraphImplementation.LOGX)
/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/
H A DGraph.cxx176 void Graph::setLogScale(const LogScale logScale) in setLogScale() function in Graph
179 getImplementation()->setLogScale(logScale); in setLogScale()
/dports/math/openturns/openturns-1.18/python/doc/pyplots/
H A DPolygon.py39 graph.setLogScale(1)

123