Home | History | Annotate | Download | only in common

Lines Matching defs:sampleX

2392 		const int	sampleX	= wrap(sampler.wrapS, x0 + offsets[i].x(), w);
2396 if (deInBounds32(sampleX, 0, w) && deInBounds32(sampleY, 0, h))
2397 pixel = lookup(src, sampleX, sampleY, depth);