Lines Matching refs:srcHeight
92 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLubyte));
101 srcWidth, srcHeight, srcDepth,
109 for (j = 0; j < srcHeight; j+=4) {
110 if (srcHeight > j + 3) numypixels = 4;
111 else numypixels = srcHeight - j;
146 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLfloat));
154 srcWidth, srcHeight, srcDepth,
162 for (j = 0; j < srcHeight; j+=4) {
163 if (srcHeight > j + 3) numypixels = 4;
164 else numypixels = srcHeight - j;
207 tempImage = malloc(srcWidth * srcHeight * 2 * sizeof(GLubyte));
215 srcWidth, srcHeight, srcDepth,
223 for (j = 0; j < srcHeight; j+=4) {
224 if (srcHeight > j + 3) numypixels = 4;
225 else numypixels = srcHeight - j;
272 tempImage = malloc(srcWidth * srcHeight * 2 * sizeof(GLfloat));
280 srcWidth, srcHeight, srcDepth,
288 for (j = 0; j < srcHeight; j += 4) {
289 if (srcHeight > j + 3) numypixels = 4;
290 else numypixels = srcHeight - j;