Searched refs:oldRow (Results 1 – 5 of 5) sorted by relevance
594 for (auto& oldRow : rows) { in addRow() local595 while (oldRow.size() < row.size()) in addRow()596 oldRow = ' ' + oldRow; in addRow()597 while (oldRow.size() > row.size()) in addRow()
650 png_bytep oldRow = fInterlaceBuffer.get() + (rowNum - fFirstRow) * fPng_rowbytes; in interlacedRowCallback() local651 png_progressive_combine_row(this->png_ptr(), oldRow, row); in interlacedRowCallback()
649 png_bytep oldRow = fInterlaceBuffer.get() + (rowNum - fFirstRow) * fPng_rowbytes; in interlacedRowCallback() local650 png_progressive_combine_row(this->png_ptr(), oldRow, row); in interlacedRowCallback()
16375 for (auto& oldRow : rows) { in addRow() local16376 while (oldRow.size() < row.size()) in addRow()16377 oldRow = ' ' + oldRow; in addRow()16378 while (oldRow.size() > row.size()) in addRow()
16628 for (auto& oldRow : rows) { in addRow() local16629 while (oldRow.size() < row.size()) in addRow()16630 oldRow = ' ' + oldRow; in addRow()16631 while (oldRow.size() > row.size()) in addRow()