Home
last modified time | relevance | path

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

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Ddnabasic.c904 l_float64 *pdelx) in l_dnaGetParameters() argument
909 if (pdelx) *pdelx = 1.0; in l_dnaGetParameters()
910 if (!pstartx && !pdelx) in l_dnaGetParameters()
916 if (pdelx) *pdelx = da->delx; in l_dnaGetParameters()
H A Dnumabasic.c938 l_float32 *pdelx) in numaGetParameters() argument
942 if (!pdelx && !pstartx) in numaGetParameters()
945 if (pdelx) *pdelx = 1.0; in numaGetParameters()
950 if (pdelx) *pdelx = na->delx; in numaGetParameters()
H A Dcompare.c3208 l_int32 *pdelx, in pixCompareWithTranslation() argument
3223 if (pdelx) *pdelx = 0; in pixCompareWithTranslation()
3226 if (!pdelx || !pdely) in pixCompareWithTranslation()
3306 *pdelx = delx; in pixCompareWithTranslation()
3367 l_int32 *pdelx, in pixBestCorrelation() argument
3380 if (pdelx) *pdelx = 0; in pixBestCorrelation()
3434 if (pdelx) *pdelx = delx; in pixBestCorrelation()
H A Drecogident.c113 l_int32 *tab8, l_int32 *pdelx,
733 l_int32 *pdelx, in pixCorrelationBestShift() argument
748 if (pdelx) *pdelx = 0; in pixCorrelationBestShift()
843 if (pdelx) *pdelx = delx; in pixCorrelationBestShift()
H A Dallheaders.h602 …ixCompareWithTranslation ( PIX *pix1, PIX *pix2, l_int32 thresh, l_int32 *pdelx, l_int32 *pdely, l…
603 …int32 etransx, l_int32 etransy, l_int32 maxshift, l_int32 *tab8, l_int32 *pdelx, l_int32 *pdely, l…
717 LEPT_DLL extern l_int32 l_dnaGetParameters ( L_DNA *da, l_float64 *pstartx, l_float64 *pdelx );
1227 LEPT_DLL extern l_int32 numaGetParameters ( NUMA *na, l_float32 *pstartx, l_float32 *pdelx );
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dnumabasic.c804 l_float32 *pdelx) in numaGetXParameters() argument
812 if (pdelx) *pdelx = na->delx; in numaGetXParameters()
H A Dleptprotos.h787 LEPT_DLL extern l_int32 numaGetXParameters ( NUMA *na, l_float32 *pstartx, l_float32 *pdelx );
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dmiscovl.c94 double pdelx = 0.0; in make_batch_file() local
424 pdelx = (xxmax - xx3rd) / (xm * pxdots - 1); /* calculate stepsizes */ in make_batch_file()
457 xxmin = pxxmin + pdelx*(i*pxdots) + pdelx2*(j*pydots); in make_batch_file()
458 xxmax = pxxmin + pdelx*((i+1)*pxdots - 1) + pdelx2*((j+1)*pydots - 1); in make_batch_file()
463 xx3rd = pxxmin + pdelx*(i*pxdots) + pdelx2*((j+1)*pydots - 1); in make_batch_file()
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dallheaders.h584 …ixCompareWithTranslation ( PIX *pix1, PIX *pix2, l_int32 thresh, l_int32 *pdelx, l_int32 *pdely, l…
585 …int32 etransx, l_int32 etransy, l_int32 maxshift, l_int32 *tab8, l_int32 *pdelx, l_int32 *pdely, l…
698 LEPT_DLL extern l_int32 l_dnaGetParameters ( L_DNA *da, l_float64 *pstartx, l_float64 *pdelx );
1213 LEPT_DLL extern l_int32 numaGetParameters ( NUMA *na, l_float32 *pstartx, l_float32 *pdelx );