Searched refs:fCurrColorTableIsReal (Results 1 – 4 of 4) sorted by relevance
110 , 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()
139 bool fCurrColorTableIsReal; variable
108 , 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()
136 bool fCurrColorTableIsReal; variable