Home
last modified time | relevance | path

Searched refs:fRowsWrittenToOutput (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/codec/
DSkPngCodec.cpp496 , fRowsWrittenToOutput(0) in SkPngNormalDecoder()
512 int fRowsWrittenToOutput; member in SkPngNormalDecoder
533 fRowsWrittenToOutput = 0; in decodeAllRows()
538 if (success && fRowsWrittenToOutput == height) { in decodeAllRows()
543 *rowsDecoded = fRowsWrittenToOutput; in decodeAllRows()
550 SkASSERT(rowNum == fRowsWrittenToOutput); in allRowsCallback()
551 fRowsWrittenToOutput++; in allRowsCallback()
562 fRowsWrittenToOutput = 0; in setRange()
573 if (success && fRowsWrittenToOutput == fRowsNeeded) { in decode()
578 *rowsDecoded = fRowsWrittenToOutput; in decode()
[all …]
/third_party/flutter/skia/src/codec/
DSkPngCodec.cpp498 , fRowsWrittenToOutput(0) in SkPngNormalDecoder()
514 int fRowsWrittenToOutput; member in SkPngNormalDecoder
535 fRowsWrittenToOutput = 0; in decodeAllRows()
540 if (success && fRowsWrittenToOutput == height) { in decodeAllRows()
545 *rowsDecoded = fRowsWrittenToOutput; in decodeAllRows()
552 SkASSERT(rowNum == fRowsWrittenToOutput); in allRowsCallback()
553 fRowsWrittenToOutput++; in allRowsCallback()
564 fRowsWrittenToOutput = 0; in setRange()
575 if (success && fRowsWrittenToOutput == fRowsNeeded) { in decode()
580 *rowsDecoded = fRowsWrittenToOutput; in decode()
[all …]