Home
last modified time | relevance | path

Searched defs:dstI (Results 1 – 22 of 22) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/image/RescaleOp/
H A DRescaleOpExceptionTest.java44 BufferedImage dstI = new BufferedImage(1, 2, TYPE_INT_RGB); in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/image/RescaleOp/
H A DRescaleOpExceptionTest.java44 BufferedImage dstI = new BufferedImage(1, 2, TYPE_INT_RGB); in main() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/image/RescaleOp/
H A DRescaleOpExceptionTest.java44 BufferedImage dstI = new BufferedImage(1, 2, TYPE_INT_RGB); in main() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/image/RescaleOp/
H A DRescaleOpExceptionTest.java44 BufferedImage dstI = new BufferedImage(1, 2, TYPE_INT_RGB); in main() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/image/RescaleOp/
H A DRescaleOpExceptionTest.java44 BufferedImage dstI = new BufferedImage(1, 2, TYPE_INT_RGB); in main() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/image/RescaleOp/
H A DRescaleOpExceptionTest.java44 BufferedImage dstI = new BufferedImage(1, 2, TYPE_INT_RGB); in main() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/image/RescaleOp/
H A DRescaleOpExceptionTest.java44 BufferedImage dstI = new BufferedImage(1, 2, TYPE_INT_RGB); in main() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/image/RescaleOp/
H A DRescaleOpExceptionTest.java44 BufferedImage dstI = new BufferedImage(1, 2, TYPE_INT_RGB); in main() local
/dports/math/fftw3-float/fftw-3.3.9/genfft/
H A Dtrig.mli32 val dstI : int -> Complex.signal -> Complex.signal val
H A Dtrig.ml136 let dstI = make_dst Complex.one 1 1 1 trigI var
/dports/math/fftw3/fftw-3.3.9/genfft/
H A Dtrig.mli32 val dstI : int -> Complex.signal -> Complex.signal val
H A Dtrig.ml136 let dstI = make_dst Complex.one 1 1 1 trigI var
/dports/math/fftw3-long/fftw-3.3.9/genfft/
H A Dtrig.mli32 val dstI : int -> Complex.signal -> Complex.signal val
H A Dtrig.ml136 let dstI = make_dst Complex.one 1 1 1 trigI var
/dports/math/fftw3-quad/fftw-3.3.9/genfft/
H A Dtrig.mli32 val dstI : int -> Complex.signal -> Complex.signal val
H A Dtrig.ml136 let dstI = make_dst Complex.one 1 1 1 trigI var
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/lens/
H A Dlensdistortionfilter.cpp125 for (int dstI = 0 ; runningFlag() && (dstI < iLimit) ; dstI += step) in filterImage() local
/dports/math/pdal/PDAL-2.3.0/io/private/
H A DGDALGrid.cpp478 void GDALGrid::windowFill(int dstI, int dstJ) in windowFill()
526 void GDALGrid::windowFillCell(int srcI, int srcJ, int dstI, int dstJ, double distance) in windowFillCell()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dregion.cpp806 BLInternalRegionImpl* dstI = blInternalCast(dst->impl); in blRegionAppendSelf() local
826 BLInternalRegionImpl* dstI = blInternalCast(dst->impl); in blRegionAppendAB() local
845 BLInternalRegionImpl* dstI = blInternalCast(dst->impl); in blRegionIntersectBox() local
1031 BLInternalRegionImpl* dstI = blInternalCast(dst->impl); in blRegionCombineInternal() local
2110 BLInternalRegionImpl* dstI = blInternalCast(self->impl); in blRegionTranslate() local
2160 BLInternalRegionImpl* dstI = blInternalCast(self->impl); in blRegionTranslateAndClip() local
2407 BLInternalRegionImpl* dstI = blInternalCast(self->impl); in blRegionIntersectAndClip() local
H A Dimage.cpp379 BLInternalImageImpl* dstI = blInternalCast(dstImage.impl); in blImageConvert() local
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/extern/edge-addition-planarity-suite-Version_3.0.0.5/c/
H A DgraphStructures.h474 #define gp_CopyVertexInfo(dstGraph, dstI, srcGraph, srcI) (dstGraph->VI[dstI] = srcGraph->VI[srcI]) argument
/dports/math/planarity/edge-addition-planarity-suite-Version_3.0.1.1/c/
H A DgraphStructures.h474 #define gp_CopyVertexInfo(dstGraph, dstI, srcGraph, srcI) (dstGraph->VI[dstI] = srcGraph->VI[srcI]) argument