Lines Matching refs:frame
67 SkDebugf("Could not getPixels for frame %i: %s", frameIndex, FLAGS_animatedGif[0]);
150 // I'm assuming this gets called *after* onOnceBeforeDraw, so our first frame should
163 // Retrieve the next frame.
169 // Note that we loop here. This is not safe if we need to draw the intermediate frame
249 // We'll draw one of each frame, so make it big enough to hold them all
280 for (int frame = 0; duration < fPlayer->duration(); frame++) {
282 const int xTranslate = (frame % factor) * dimensions.width();
283 const int yTranslate = (frame / factor) * dimensions.height();
289 duration += fFrameInfos[frame].fDuration;