Lines Matching refs:fIndex
112 : fIndex(SkCodec::kNoFrame)
147 dst->fIndex = fIndex;
155 if (fDisplayFrame.fIndex != 0) {
156 fDisplayFrame.fIndex = SkCodec::kNoFrame;
195 const int frameToDecode = this->computeNextFrame(fDisplayFrame.fIndex, &animationEnded);
223 if (frameToDecode == fDisplayFrame.fIndex) {
231 if (frameToDecode == frame->fIndex) {
255 if (fDecodingFrame.fIndex != SkCodec::kNoFrame &&
263 if (SkCodec::kNoFrame == frame.fIndex ||
268 return frame.fIndex >= frameInfo.fRequiredFrame && frame.fIndex < frameToDecode;
276 options.fPriorFrame = fDecodingFrame.fIndex;
282 options.fPriorFrame = fDecodingFrame.fIndex;
291 options.fPriorFrame = fDecodingFrame.fIndex;
310 fDecodingFrame.fIndex = frameToDecode;