Lines Matching refs:imageHeight
1256 const unsigned int imageWidth, const unsigned int imageHeight,
1296 imagePixelIndex.y = ClampToCanvas(imagePixelIndex.y, imageHeight);
1314 || imageIndex.y >= imageHeight) {
1379 const uint imageWidth, const uint imageHeight,
1392 || imageIndex.y >= imageHeight)
1406 inputPixelIndex.y = ClampToCanvas(inputPixelIndex.y, imageHeight);
1430 inputPixelIndex.y = ClampToCanvas(inputPixelIndex.y, imageHeight);
1480 , const unsigned int imageWidth, const unsigned int imageHeight
1494 clampedNeighbor.y = ClampToCanvas(neighbor.y, imageHeight);
1543 , const unsigned int imageWidth, const unsigned int imageHeight
1556 clampedNeighbor.y = ClampToCanvas(neighbor.y, imageHeight);
1566 clampedNeighbor.y = ClampToCanvas(neighbor.y, imageHeight);
1857 const int imageHeight)
1864 if ((x >= imageWidth) || (y >= imageHeight))
1908 const int imageHeight)
1915 if ((x >= imageWidth) || (y >= imageHeight))
1938 sum += (weight - k) * src[mirrorTop(j + k, imageHeight) * imageWidth];
1943 sum += weight * src[mirrorTop(j, imageHeight) * imageWidth];
2180 const unsigned int imageWidth, const unsigned int imageHeight,
2190 || currentPixel.y >= imageHeight)
2206 samplePixel.y = ClampToCanvas(samplePixel.y, imageHeight);
2230 samplePixel.y = ClampToCanvas(samplePixel.y, imageHeight);
3028 const unsigned int imageHeight)
3044 (mirrorTop(mirrorBottom(srcy + i), imageHeight)) * imageWidth * number_channels;
3114 if ((i >= pad) && (i < tileSize - pad) && (srcy + i >= 0) && (srcy + i < imageHeight)) {