Home
last modified time | relevance | path

Searched refs:haveDecodedRow (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/codec/
DSkGifCodec.h35 void haveDecodedRow(int frameIndex, const unsigned char* rowBegin,
DSkGifCodec.cpp411 void SkGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow() function in SkGifCodec
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.h32 void haveDecodedRow(int frameIndex, const unsigned char* rowBegin,
DSkLibGifCodec.cpp416 void SkLibGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow() function in SkLibGifCodec
DSkGifImageReader.cpp163 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()
/external/skqp/third_party/gif/
DSkGifImageReader.cpp162 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()