Home
last modified time | relevance | path

Searched refs:oldRow (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_console.cpp594 for (auto& oldRow : rows) { in addRow() local
595 while (oldRow.size() < row.size()) in addRow()
596 oldRow = ' ' + oldRow; in addRow()
597 while (oldRow.size() > row.size()) in addRow()
/external/skqp/src/codec/
DSkPngCodec.cpp650 png_bytep oldRow = fInterlaceBuffer.get() + (rowNum - fFirstRow) * fPng_rowbytes; in interlacedRowCallback() local
651 png_progressive_combine_row(this->png_ptr(), oldRow, row); in interlacedRowCallback()
/external/skia/src/codec/
DSkPngCodec.cpp649 png_bytep oldRow = fInterlaceBuffer.get() + (rowNum - fFirstRow) * fPng_rowbytes; in interlacedRowCallback() local
650 png_progressive_combine_row(this->png_ptr(), oldRow, row); in interlacedRowCallback()
/external/catch2/single_include/catch2/
Dcatch.hpp16375 for (auto& oldRow : rows) { in addRow() local
16376 while (oldRow.size() < row.size()) in addRow()
16377 oldRow = ' ' + oldRow; in addRow()
16378 while (oldRow.size() > row.size()) in addRow()
/external/libabigail/tests/lib/
Dcatch.hpp16628 for (auto& oldRow : rows) { in addRow() local
16629 while (oldRow.size() < row.size()) in addRow()
16630 oldRow = ' ' + oldRow; in addRow()
16631 while (oldRow.size() > row.size()) in addRow()