Home
last modified time | relevance | path

Searched refs:rowsWrittenToOutput (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/codec/
H A DSkPngCodec.cpp739 int rowsWrittenToOutput = 0; variable
740 while (rowsWrittenToOutput < rowsNeeded && srcRow < fLinesDecoded) {
745 rowsWrittenToOutput++;
754 *rowsDecoded = rowsWrittenToOutput;

Completed in 3 milliseconds