Searched refs:fRowsDecoded (Results 1 – 4 of 4) sorted by relevance
115 , fRowsDecoded(0) in SkGifCodec()359 fRowsDecoded = scaledHeight; in decodeFrame()362 fRowsDecoded = 0; in decodeFrame()373 if (fatalError || !frameDecoded || fRowsDecoded != scaledHeight) { in decodeFrame()375 *rowsDecoded = fRowsDecoded; in decodeFrame()478 fRowsDecoded++; in haveDecodedRow()
151 int fRowsDecoded; variable
113 , fRowsDecoded(0) in SkLibGifCodec()364 fRowsDecoded = scaledHeight; in decodeFrame()367 fRowsDecoded = 0; in decodeFrame()378 if (fatalError || !frameDecoded || fRowsDecoded != scaledHeight) { in decodeFrame()380 *rowsDecoded = fRowsDecoded; in decodeFrame()483 fRowsDecoded++; in haveDecodedRow()
148 int fRowsDecoded; variable