Lines Matching defs:convx
1294 float x, lowx, highx, convx, halfconvx;
1309 convx = (float) widthin/widthout;
1310 halfconvx = convx/2;
1322 x = convx * (j+0.5);
1391 float convx;
1418 convx = (float) widthin/widthout;
1421 convx_int = floor(convx);
1422 convx_float = convx - convx_int;
1424 area = convx * convy;
1608 float convx;
1635 convx = (float) widthin/widthout;
1638 convx_int = floor(convx);
1639 convx_float = convx - convx_int;
1641 area = convx * convy;
1826 float convx;
1853 convx = (float) widthin/widthout;
1856 convx_int = floor(convx);
1857 convx_float = convx - convx_int;
1859 area = convx * convy;
2106 float convx;
2135 convx = (float) widthin/widthout;
2138 convx_int = floor(convx);
2139 convx_float = convx - convx_int;
2141 area = convx * convy;
2400 float convx;
2427 convx = (float) widthin/widthout;
2430 convx_int = floor(convx);
2431 convx_float = convx - convx_int;
2433 area = convx * convy;
2687 float convx;
2716 convx = (float) widthin/widthout;
2719 convx_int = floor(convx);
2720 convx_float = convx - convx_int;
2722 area = convx * convy;
2983 float convx;
3012 convx = (float) widthin/widthout;
3015 convx_int = floor(convx);
3016 convx_float = convx - convx_int;
3018 area = convx * convy;
6027 float convx;
6056 convx = (float) widthIn/widthOut;
6059 convx_int = floor(convx);
6060 convx_float = convx - convx_int;
6062 area = convx * convy;
6927 float x, lowx, highx, convx, halfconvx;
6940 convx = (float) widthIn/widthOut;
6941 halfconvx = convx/2;
6963 x = convx * (j+0.5);