Home
last modified time | relevance | path

Searched refs:fRowsDecoded (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/codec/
DSkGifCodec.cpp115 , 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()
DSkGifCodec.h151 int fRowsDecoded; variable
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp113 , 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()
DSkLibGifCodec.h148 int fRowsDecoded; variable