Home
last modified time | relevance | path

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

/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.cpp8467 char sepx0 = 0, sepy0 = 0, sepx1 = 0, sepy1 = 0; in _run() local
8488 (cimg_sscanf(argx,"%f%c%c",&x0,&sepx0,&end)==2 && sepx0=='%')) && in _run()
8497 x0,sepx0=='%'?"%":"", in _run()
8508 nx0 = (int)cimg::round(sepx0=='%'?x0*(img.width() - 1)/100:x0), in _run()
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.cpp8741 char sepx0 = 0, sepy0 = 0, sepx1 = 0, sepy1 = 0; local
8762 (cimg_sscanf(argx,"%f%c%c",&x0,&sepx0,&end)==2 && sepx0=='%')) &&
8771 x0,sepx0=='%'?"%":"",
8782 nx0 = (int)cimg::round(sepx0=='%'?x0*(img.width() - 1)/100:x0),
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.cpp8836 char sepx0 = 0, sepy0 = 0, sepx1 = 0, sepy1 = 0; in _run() local
8857 (cimg_sscanf(argx,"%f%c%c",&x0,&sepx0,&end)==2 && sepx0=='%')) && in _run()
8866 x0,sepx0=='%'?"%":"", in _run()
8877 nx0 = (int)cimg::round(sepx0=='%'?x0*(img.width() - 1)/100:x0), in _run()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A Dgmic.cpp7903 char sepx0 = 0, sepy0 = 0, sepx1 = 0, sepy1 = 0, sep1 = 0; in _run() local
7923 (cimg_sscanf(argx,"%f%c%c",&x0,&sepx0,&end)==2 && sepx0=='%')) && in _run()
7932 x0,sepx0=='%'?"%":"", in _run()
7943 nx0 = (int)cimg::round(sepx0=='%'?x0*(img.width() - 1)/100:x0), in _run()