Searched refs:haveDecodedRow (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/codec/ |
D | SkGifCodec.h | 35 void haveDecodedRow(int frameIndex, const unsigned char* rowBegin,
|
D | SkGifCodec.cpp | 411 void SkGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow() function in SkGifCodec
|
/external/skia/third_party/libgifcodec/ |
D | SkLibGifCodec.h | 32 void haveDecodedRow(int frameIndex, const unsigned char* rowBegin,
|
D | SkLibGifCodec.cpp | 416 void SkLibGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow() function in SkLibGifCodec
|
D | SkGifImageReader.cpp | 163 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()
|
/external/skqp/third_party/gif/ |
D | SkGifImageReader.cpp | 162 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()
|