Home
last modified time | relevance | path

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

/dports/graphics/volpack/volpack-1.0b3/
H A Dvp_extract.c322 int quant_opc; local
339 quant_opc = opacity * 255.;
340 if (quant_opc > 255)
341 quant_opc = 255;
342 else if (quant_opc < 0)
343 quant_opc = 0;
344 opacity = CorrectOpacity(vpc, quant_opc, x, y, z);
401 CorrectOpacity(vpc, quant_opc, x, y, z) in CorrectOpacity() argument
403 int quant_opc; /* input opacity (0-255) */
409 opacity = vpc->affine_opac_correct[quant_opc];
[all …]