Home | History | Annotate | Download | only in functional

Lines Matching defs:targetHeight

107 	const int					targetHeight			= renderTarget.getHeight();
108 const int numPixels = targetWidth * targetHeight;
112 Surface refImage (targetWidth, targetHeight);
113 Surface resImage (targetWidth, targetHeight);
114 Surface diffImage (targetWidth, targetHeight);
133 clearHeight = targetHeight;
138 clearY = (rnd.getUint32() % (2*targetHeight)) - targetHeight;
140 clearHeight = (rnd.getUint32() % targetHeight);
170 for (int y = 0; y < targetHeight; y++)
250 for (int y = 0; y < targetHeight; y++)