Home
last modified time | relevance | path

Searched refs:gfVectorWarpSoftness (Results 1 – 3 of 3) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.c80 float gfVectorWarpSoftness=2.0; variable
6543 d = ((double)gfVectorWarpSoftness)*(double)sqrt((double)(ddx*ddx+ddy*ddy));
H A Dimgproc.e30 extern float gfVectorWarpSoftness;
H A Dsetup.c1719 gfVectorWarpSoftness = (float)2.0; in Setup()
1722 if (sscanf(c_ptr, "%f", &gfVectorWarpSoftness) != 1) { in Setup()
1726 gfVectorWarpSoftness = (float)2.0; in Setup()
1727 } else if (gfVectorWarpSoftness > 4.0 || gfVectorWarpSoftness < 1.0) { in Setup()
1731 gfVectorWarpSoftness = (float)2.0; in Setup()