Lines Matching refs:rowLength
146 * \param rowLength If non-zero, defines the true width of an image. This
164 GLint imageHeight, GLint rowLength,
197 if (imageHeight < 0 || rowLength < 0 || skipImages < 0 || skipRows < 0)
203 if (rowLength > 0) {
204 groupsPerRow = rowLength;
312 if (rowLength > 0) {
313 groupsPerRow = rowLength;
450 GLint rowLength = hdr->rowLength;
458 rowLength = SWAPL(rowLength);
462 /* XXX Should rowLength be used for either or both image? */
464 0, rowLength, 0, 0, alignment);
466 0, rowLength, 0, 0, alignment);