Lines Matching defs:frames
189 ERRORF(r, "Test is uninteresting with 0 or 1 frames");
218 ERRORF(r, "Should have found all frames for %s", path);
239 // - frames[i] requires frameByteCounts[i+1] bytes to decode
241 std::vector<SkBitmap> frames;
252 // We need to distinguish between a partial frame and no more frames.
253 // getFrameInfo lets us do this, since it tells the number of frames
258 frames.push_back(frame);
268 frames.push_back(frame);
271 // Now decode frames partially, then completely, and compare to the original.
281 SkASSERT(frameByteCounts.size() > frames.size());
282 for (size_t i = 0; i < frames.size(); i++) {
315 if (!compare_bitmaps(r, frames[i], frame)) {
318 write_bm(name.c_str(), frames[i]);