Lines Matching refs:hit
322 ssize_t u,v, v1, v2, uw, hit; in ResamplePixelColor() local
352 hit = 0; in ResamplePixelColor()
366 hit++; in ResamplePixelColor()
379 hit++; in ResamplePixelColor()
385 hit++; /* outside the horizontally tiled images. */ in ResamplePixelColor()
391 hit++; /* outside the vertically tiled images. */ in ResamplePixelColor()
402 hit++; in ResamplePixelColor()
413 if ( hit ) { in ResamplePixelColor()
541 hit = 0; in ResamplePixelColor()
621 hit++; in ResamplePixelColor()
644 (void) FormatLocaleFile(stderr, "Hit=%ld; Total=%ld;\n", (long)hit, (long)uw*(v2-v1) ); in ResamplePixelColor()
650 if ( hit == 0 || divisor_m <= MagickEpsilon || divisor_c <= MagickEpsilon ) { in ResamplePixelColor()