Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dresample.c131 Vlimit, Ulimit, Uwidth, slope; member
364 || v0 + resample_filter->Vlimit < 0.0 in ResamplePixelColor()
365 || v0 - resample_filter->Vlimit > (double) resample_filter->image->rows-1.0 in ResamplePixelColor()
372 if ( ( u0 + resample_filter->Ulimit < 0.0 && v0 + resample_filter->Vlimit < 0.0 ) in ResamplePixelColor()
374 && v0 - resample_filter->Vlimit > (double) resample_filter->image->rows-1.0 ) in ResamplePixelColor()
376 && v0 + resample_filter->Vlimit < 0.0 ) in ResamplePixelColor()
378 && v0 - resample_filter->Vlimit > (double) resample_filter->image->rows-1.0 ) in ResamplePixelColor()
383 if ( v0 + resample_filter->Vlimit < 0.0 in ResamplePixelColor()
384 || v0 - resample_filter->Vlimit > (double) resample_filter->image->rows-1.0 in ResamplePixelColor()
395 if ( ( u0 + resample_filter->Ulimit < -32.0 && v0 + resample_filter->Vlimit < -32.0 ) in ResamplePixelColor()
[all …]