Home | History | Annotate | Download | only in main

Lines Matching full:rowlength

116    if (packing->RowLength > 0) {
117 pixels_per_row = packing->RowLength;
286 if (packing->RowLength == 0) {
290 bytesPerRow = (packing->RowLength + 7) / 8;
298 if (packing->RowLength == 0) {
302 bytesPerRow = bytesPerPixel * packing->RowLength;
334 if (packing->RowLength == 0) {
338 bytesPerRow = (packing->RowLength + 7) / 8;
346 if (packing->RowLength == 0) {
350 bytesPerRow = bytesPerPixel * packing->RowLength;
598 if (unpack->RowLength == 0) {
599 unpack->RowLength = *width;
652 * and size, and the pack skipPixels, skipRows and rowLength are adjusted
669 if (pack->RowLength == 0) {
670 pack->RowLength = *width;