Home
last modified time | relevance | path

Searched refs:gamma_threshold (Results 1 – 25 of 54) sorted by relevance

123

/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_gamma_functions.pas56 gamma_threshold = object(vertex_source )
148 constructor gamma_threshold.Construct;
155 constructor gamma_threshold.Construct(t : double );
162 procedure gamma_threshold.threshold_;
169 function gamma_threshold._threshold; in gamma_threshold._threshold()
176 function gamma_threshold.func_operator_gamma; in gamma_threshold.func_operator_gamma()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_gamma_functions.pas56 gamma_threshold = object(vertex_source )
148 constructor gamma_threshold.Construct;
155 constructor gamma_threshold.Construct(t : double );
162 procedure gamma_threshold.threshold_;
169 function gamma_threshold._threshold; in gamma_threshold._threshold()
176 function gamma_threshold.func_operator_gamma; in gamma_threshold.func_operator_gamma()
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_gamma_functions.pas56 gamma_threshold = object(vertex_source )
148 constructor gamma_threshold.Construct;
155 constructor gamma_threshold.Construct(t : double );
162 procedure gamma_threshold.threshold_;
169 function gamma_threshold._threshold; in gamma_threshold._threshold()
176 function gamma_threshold.func_operator_gamma; in gamma_threshold.func_operator_gamma()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_gamma_functions.pas56 gamma_threshold = object(vertex_source )
148 constructor gamma_threshold.Construct;
155 constructor gamma_threshold.Construct(t : double );
162 procedure gamma_threshold.threshold_;
169 function gamma_threshold._threshold; in gamma_threshold._threshold()
176 function gamma_threshold.func_operator_gamma; in gamma_threshold.func_operator_gamma()
/dports/graphics/agg/agg-2.5/include/
H A Dagg_gamma_functions.h61 class gamma_threshold
64 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold() function
65 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold() function
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_gamma_functions.h52 class gamma_threshold
55 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold() function
56 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold() function
/dports/graphics/cfdg/cfdg-3.3_1/src-agg/agg2/
H A Dagg_gamma_functions.h52 class gamma_threshold
55 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold() function
56 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold() function
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_gamma_functions.h52 class gamma_threshold
55 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold() function
56 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold() function
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_gamma_functions.h52 class gamma_threshold
55 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold() function
56 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold() function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/agg/
H A Dagg_gamma_functions.h52 class gamma_threshold
55 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold() function
56 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold() function
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_gamma_functions.h51 class gamma_threshold
54 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold() function
55 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold() function
/dports/textproc/py-gensim/gensim-4.0.1/gensim/models/
H A Dldamulticore.py107 gamma_threshold=0.001, random_state=None, minimum_probability=0.01, argument
183gamma_threshold=gamma_threshold, random_state=random_state, minimum_probability=minimum_probabilit…
243 evalafter, self.iterations, self.gamma_threshold
H A Datmodel.py164 gamma_threshold=0.001, serialized=False, serialization_path=None, argument
301 self.gamma_threshold = gamma_threshold
508 gamma_condition = meanchange_gamma < self.gamma_threshold
609 gamma_threshold=None, chunks_as_numpy=False): argument
684 if gamma_threshold is None:
685 gamma_threshold = self.gamma_threshold
803 evalafter, iterations, gamma_threshold
H A Dldamodel.py350 iterations=50, gamma_threshold=0.001, minimum_probability=0.01, argument
480 self.gamma_threshold = gamma_threshold
713 if meanchange < self.gamma_threshold:
844 gamma_threshold=None, chunks_as_numpy=False): argument
906 if gamma_threshold is None:
907 gamma_threshold = self.gamma_threshold
943 gamma_threshold
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/tests/libslic3r/
H A Dtest_marchingsquares.cpp40 return sla::RasterGrayscaleAA{res, pixdim, trafo, agg::gamma_threshold(.5)}; in create_raster()
181 sla::RasterGrayscaleAA rst{{4, 4}, pixdim, {}, agg::gamma_threshold(.5)};
211 sla::RasterGrayscaleAA rst{{5, 5}, pixdim, {}, agg::gamma_threshold(.5)};
H A Dtest_png_io.cpp21 return sla::RasterGrayscaleAA{res, pixdim, trafo, agg::gamma_threshold(.5)}; in create_raster()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DRasterBase.cpp81 rst = std::make_unique<RasterGrayscaleAA>(res, pxdim, tr, agg::gamma_threshold(.5)); in create_raster_grayscale_aa()
/dports/graphics/agg/agg-2.5/examples/
H A Drasterizers.cpp110 m_ras.gamma(agg::gamma_threshold(m_gamma.value())); in draw_aliased()
H A Didea.cpp262 g_rasterizer.gamma(agg::gamma_threshold(0.4)); in on_draw()
H A Dtruetype_test.cpp382 m_feng.gamma(agg::gamma_threshold(m_gamma.value() / 2.0)); in on_draw()
H A Dfreetype_test.cpp392 m_feng.gamma(agg::gamma_threshold(m_gamma.value() / 2.0)); in on_draw()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpngstruct.h477 png_uint_16 gamma_threshold; member
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/libpng17/
H A Dpngstruct.h477 png_uint_16 gamma_threshold; member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpngstruct.h477 png_uint_16 gamma_threshold; member
/dports/editors/lazarus/lazarus/components/aggpas/
H A Drasterizers.dpr187 gamma : gamma_threshold;

123