Searched refs:linesDecoded (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/codec/ |
H A D | SkCodec.cpp | 611 const int linesDecoded = this->onGetScanlines(dst, countLines, rowBytes); in getScanlines() local 612 if (linesDecoded < countLines) { in getScanlines() 614 countLines, linesDecoded); in getScanlines() 617 return linesDecoded; in getScanlines() 657 ZeroInitialized zeroInit, int linesRequested, int linesDecoded) { in fillIncompleteImage() 662 const int linesRemaining = linesRequested - linesDecoded; in fillIncompleteImage() 669 SkTAddOffset<void>(dst, linesDecoded * rowBytes); in fillIncompleteImage() 656 fillIncompleteImage(const SkImageInfo& info, void* dst, size_t rowBytes, ZeroInitialized zeroInit, int linesRequested, int linesDecoded) fillIncompleteImage() argument
|
/third_party/skia/include/codec/ |
H A D | SkCodec.h | 961 * @param linesDecoded Number of lines that were successfully decoded 964 ZeroInitialized zeroInit, int linesRequested, int linesDecoded);
|
Completed in 6 milliseconds