Home | History | Annotate | Download | only in main

Lines Matching full:srcheight

108 					  srcWidth, srcHeight, srcDepth,
118 for (j = 0; j < srcHeight; j+=4) {
119 if (srcHeight > j + 3) numypixels = 4;
120 else numypixels = srcHeight - j;
155 srcWidth, srcHeight, srcDepth,
165 for (j = 0; j < srcHeight; j+=4) {
166 if (srcHeight > j + 3) numypixels = 4;
167 else numypixels = srcHeight - j;
203 srcWidth, srcHeight, srcDepth,
213 for (j = 0; j < srcHeight; j+=4) {
214 if (srcHeight > j + 3) numypixels = 4;
215 else numypixels = srcHeight - j;
257 srcWidth, srcHeight, srcDepth,
267 for (j = 0; j < srcHeight; j += 4) {
268 if (srcHeight > j + 3) numypixels = 4;
269 else numypixels = srcHeight - j;