Home
last modified time | relevance | path

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

/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/levels/
H A Dlevels.c339 int posGamma = posInMin + (posInMax - posInMin) * pow(inst->gamma, .5) *.5; in f0r_update() local
368 int xGamma = x + posGamma; in f0r_update()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/levels/
H A Dlevels.c339 int posGamma = posInMin + (posInMax - posInMin) * pow(inst->gamma, .5) *.5; in f0r_update() local
368 int xGamma = x + posGamma; in f0r_update()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/levels/
H A Dlevels.c339 int posGamma = posInMin + (posInMax - posInMin) * pow(inst->gamma, .5) *.5; in f0r_update() local
368 int xGamma = x + posGamma; in f0r_update()
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DContext.h339 int posElementary, posElement, posGamma, posEta, posSICN, posSIGE, posDisto; member
H A DCreateFile.cpp472 CTX::instance()->print.posGamma, CTX::instance()->print.posDisto, in CreateOutputFile()
H A DOptions.cpp9193 if(action & GMSH_SET) CTX::instance()->print.posGamma = (int)val; in opt_print_pos_gamma()
9194 return CTX::instance()->print.posGamma; in opt_print_pos_gamma()