Home | History | Annotate | Download | only in glshared

Lines Matching defs:yOff

502 	const GLint			yOff	= rnd.getInt(0, target.getHeight() - height);
504 return Rectangle(xOff, yOff, width, height);