Home
last modified time | relevance | path

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

/external/skqp/src/codec/
DSkGifCodec.cpp110 , fCurrColorTableIsReal(false) in SkGifCodec()
158 fCurrColorTableIsReal = static_cast<bool>(currColorTable); in initializeColorTable()
159 if (!fCurrColorTableIsReal) { in initializeColorTable()
345 || frameContext->interlaced() || !fCurrColorTableIsReal) { in decodeFrame()
366 if (!fCurrColorTableIsReal) { in decodeFrame()
483 SkASSERT(fCurrColorTableIsReal); in haveDecodedRow()
DSkGifCodec.h139 bool fCurrColorTableIsReal; variable
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp108 , fCurrColorTableIsReal(false) in SkLibGifCodec()
163 fCurrColorTableIsReal = static_cast<bool>(currColorTable); in initializeColorTable()
164 if (!fCurrColorTableIsReal) { in initializeColorTable()
350 || frameContext->interlaced() || !fCurrColorTableIsReal) { in decodeFrame()
371 if (!fCurrColorTableIsReal) { in decodeFrame()
488 SkASSERT(fCurrColorTableIsReal); in haveDecodedRow()
DSkLibGifCodec.h136 bool fCurrColorTableIsReal; variable