Home
last modified time | relevance | path

Searched refs:sepy0 (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
8490 (cimg_sscanf(argy,"%f%c%c",&y0,&sepy0,&end)==2 && sepy0=='%')) && in _run()
8498 y0,sepy0=='%'?"%":"", in _run()
8509 ny0 = (int)cimg::round(sepy0=='%'?y0*(img.height() - 1)/100:y0), in _run()
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.cpp8741 char sepx0 = 0, sepy0 = 0, sepx1 = 0, sepy1 = 0; local
8764 (cimg_sscanf(argy,"%f%c%c",&y0,&sepy0,&end)==2 && sepy0=='%')) &&
8772 y0,sepy0=='%'?"%":"",
8783 ny0 = (int)cimg::round(sepy0=='%'?y0*(img.height() - 1)/100:y0),
/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
8859 (cimg_sscanf(argy,"%f%c%c",&y0,&sepy0,&end)==2 && sepy0=='%')) && in _run()
8867 y0,sepy0=='%'?"%":"", in _run()
8878 ny0 = (int)cimg::round(sepy0=='%'?y0*(img.height() - 1)/100:y0), 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
7925 (cimg_sscanf(argy,"%f%c%c",&y0,&sepy0,&end)==2 && sepy0=='%')) && in _run()
7933 y0,sepy0=='%'?"%":"", in _run()
7944 ny0 = (int)cimg::round(sepy0=='%'?y0*(img.height() - 1)/100:y0), in _run()