Lines Matching refs:fIndex
99 : fIndex(SkCodec::kNoFrame) in Frame()
134 dst->fIndex = fIndex; in copyTo()
142 if (fDisplayFrame.fIndex != 0) { in reset()
143 fDisplayFrame.fIndex = SkCodec::kNoFrame; in reset()
182 int frameToDecode = this->computeNextFrame(fDisplayFrame.fIndex, &animationEnded); in decodeNextFrame()
210 if (frameToDecode == fDisplayFrame.fIndex) { in decodeNextFrame()
218 if (frameToDecode == frame->fIndex) { in decodeNextFrame()
241 if (fDecodingFrame.fIndex != SkCodec::kNoFrame && in decodeNextFrame()
249 if (SkCodec::kNoFrame == frame.fIndex || in decodeNextFrame()
254 return frame.fIndex >= frameInfo.fRequiredFrame && frame.fIndex < frameToDecode; in decodeNextFrame()
262 options.fPriorFrame = fDecodingFrame.fIndex; in decodeNextFrame()
268 options.fPriorFrame = fDecodingFrame.fIndex; in decodeNextFrame()
277 options.fPriorFrame = fDecodingFrame.fIndex; in decodeNextFrame()
296 fDecodingFrame.fIndex = frameToDecode; in decodeNextFrame()