Lines Matching refs:RowLength
133 if (packing->RowLength > 0) {
134 pixels_per_row = packing->RowLength;
303 if (packing->RowLength == 0) {
307 bytesPerRow = (packing->RowLength + 7) / 8;
315 if (packing->RowLength == 0) {
319 bytesPerRow = bytesPerPixel * packing->RowLength;
351 if (packing->RowLength == 0) {
355 bytesPerRow = (packing->RowLength + 7) / 8;
363 if (packing->RowLength == 0) {
367 bytesPerRow = bytesPerPixel * packing->RowLength;
612 if (unpack->RowLength == 0) {
613 unpack->RowLength = *width;
666 * and size, and the pack skipPixels, skipRows and rowLength are adjusted
695 if (pack->RowLength == 0) {
696 pack->RowLength = *width;
986 * Alignment and RowLength.