Lines Matching refs:CastDoubleToLong
4518 x_offset=CastDoubleToLong(floor(x)); in InterpolatePixelChannel()
4519 y_offset=CastDoubleToLong(floor(y)); in InterpolatePixelChannel()
4536 x_offset=CastDoubleToLong(floor(x+0.5)-1.0); in InterpolatePixelChannel()
4537 y_offset=CastDoubleToLong(floor(y+0.5)-1.0); in InterpolatePixelChannel()
4720 x_offset=CastDoubleToLong(floor(x+0.5)); in InterpolatePixelChannel()
4721 y_offset=CastDoubleToLong(floor(y+0.5)); in InterpolatePixelChannel()
4938 x_offset=CastDoubleToLong(floor(x)); in InterpolatePixelChannels()
4939 y_offset=CastDoubleToLong(floor(y)); in InterpolatePixelChannels()
4956 x_offset=CastDoubleToLong(floor(x+0.5)-1.0); in InterpolatePixelChannels()
4957 y_offset=CastDoubleToLong(floor(y+0.5)-1.0); in InterpolatePixelChannels()
5221 x_offset=CastDoubleToLong(floor(x+0.5)); in InterpolatePixelChannels()
5222 y_offset=CastDoubleToLong(floor(y+0.5)); in InterpolatePixelChannels()
5505 x_offset=CastDoubleToLong(floor(x)); in InterpolatePixelInfo()
5506 y_offset=CastDoubleToLong(floor(y)); in InterpolatePixelInfo()
5525 x_offset=CastDoubleToLong(floor(x+0.5)-1.0); in InterpolatePixelInfo()
5526 y_offset=CastDoubleToLong(floor(y+0.5)-1.0); in InterpolatePixelInfo()
5850 x_offset=CastDoubleToLong(floor(x+0.5)); in InterpolatePixelInfo()
5851 y_offset=CastDoubleToLong(floor(y+0.5)); in InterpolatePixelInfo()