Lines Matching refs:srcHeight
93 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLubyte));
102 srcWidth, srcHeight, srcDepth,
110 for (j = 0; j < srcHeight; j+=4) {
111 if (srcHeight > j + 3) numypixels = 4;
112 else numypixels = srcHeight - j;
147 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLfloat));
155 srcWidth, srcHeight, srcDepth,
163 for (j = 0; j < srcHeight; j+=4) {
164 if (srcHeight > j + 3) numypixels = 4;
165 else numypixels = srcHeight - j;
206 tempImage = malloc(srcWidth * srcHeight * 2 * sizeof(GLubyte));
214 srcWidth, srcHeight, srcDepth,
222 for (j = 0; j < srcHeight; j+=4) {
223 if (srcHeight > j + 3) numypixels = 4;
224 else numypixels = srcHeight - j;
271 tempImage = malloc(srcWidth * srcHeight * 2 * sizeof(GLfloat));
279 srcWidth, srcHeight, srcDepth,
287 for (j = 0; j < srcHeight; j += 4) {
288 if (srcHeight > j + 3) numypixels = 4;
289 else numypixels = srcHeight - j;