Lines Matching defs:frame
162 // A class for playing/benchmarking a multi frame SKP file.
164 // This type of benchmark may have a much higher std dev in frame times.
170 // Load the multi frame skp at the given filename.
180 // The outer format of multi-frame skps is the multi-picture document, which is a
199 draw_skp_and_flush_with_sync(context, surface, this->frame(i).get(), gpuSync);
203 // Return the requested frame.
204 sk_sp<SkPicture> frame(int n) const { return fFrames[n].fPicture; }
517 std::unique_ptr<MultiFrameSkp> mskp; // populated if the file is multi frame.
532 // populate skp with it's first frame, for width height determination.
533 skp = mskp->frame(0);