Home
last modified time | relevance | path

Searched defs:frameContext (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/codec/
DSkGifCodec.cpp140 const SkGIFFrameContext* frameContext = fReader->frameContext(i); in onGetFrameInfo() local
368 const SkGIFFrameContext* frameContext = fReader->frameContext(frameIndex); in decodeFrame() local
526 const SkGIFFrameContext* frameContext = fReader->frameContext(frameIndex); in haveDecodedRow() local
/external/skia/third_party/gif/
DSkGifImageReader.h94 SkGIFLZWContext(SkGifCodec* client, const SkGIFFrameContext* frameContext) in SkGIFLZWContext()
384 const SkGIFFrameContext* frameContext(size_t index) const in frameContext() function
DSkGifImageReader.cpp354 const SkGIFFrameContext* frameContext = m_frames[index].get(); in getColorTable() local