Home | History | Annotate | Download | only in functional

Lines Matching refs:cY

684 		int		cY		= (int)(deRandom_getUint32(&rnd) & 0x7fffffff) % height;
686 int cHeight = (int)(deRandom_getUint32(&rnd) & 0x7fffffff) % (height-cY);
689 context.scissor(cX, cY, cWidth, cHeight);