Lines Matching refs:fIndex
109 : fIndex(SkCodec::kNoFrame) in Frame()
144 dst->fIndex = fIndex; in copyTo()
152 if (fDisplayFrame.fIndex != 0) { in reset()
153 fDisplayFrame.fIndex = SkCodec::kNoFrame; in reset()
192 int frameToDecode = this->computeNextFrame(fDisplayFrame.fIndex, &animationEnded); in decodeNextFrame()
220 if (frameToDecode == fDisplayFrame.fIndex) { in decodeNextFrame()
228 if (frameToDecode == frame->fIndex) { in decodeNextFrame()
251 if (fDecodingFrame.fIndex != SkCodec::kNoFrame && in decodeNextFrame()
259 if (SkCodec::kNoFrame == frame.fIndex || in decodeNextFrame()
264 return frame.fIndex >= frameInfo.fRequiredFrame && frame.fIndex < frameToDecode; in decodeNextFrame()
272 options.fPriorFrame = fDecodingFrame.fIndex; in decodeNextFrame()
278 options.fPriorFrame = fDecodingFrame.fIndex; in decodeNextFrame()
287 options.fPriorFrame = fDecodingFrame.fIndex; in decodeNextFrame()
306 fDecodingFrame.fIndex = frameToDecode; in decodeNextFrame()