Home | History | Annotate | Download | only in functional

Lines Matching defs:targetWidth

106 	const int					targetWidth				= renderTarget.getWidth();
108 const int numPixels = targetWidth * targetHeight;
112 Surface refImage (targetWidth, targetHeight);
113 Surface resImage (targetWidth, targetHeight);
114 Surface diffImage (targetWidth, targetHeight);
132 clearWidth = targetWidth;
137 clearX = (rnd.getUint32() % (2*targetWidth)) - targetWidth;
139 clearWidth = (rnd.getUint32() % targetWidth);
184 while (x < targetWidth)
188 int spanLength = (targetWidth - x);
224 pixelKnownChannelMask[y*targetWidth + x + ndx] |= spanKnownMask;
251 for (int x = 0; x < targetWidth; x++)
253 int offset = (y*targetWidth + x);