Lines Matching refs:frame
805 dstInfo.bytesPerPixel(), options, nullptr /*frame*/);
812 const SkIRect* frame) {
1144 return Make(dstInfo, fastProc, proc, ctable, srcBPP, dstBPP, options, frame);
1149 int dstBPP, const SkCodec::Options& options, const SkIRect* frame) {
1157 SkASSERT(!frame);
1161 } else if (frame) {
1162 dstOffset = frame->left();
1163 srcWidth = frame->width();
1201 // doesn't account for the width of a subset frame (i.e. gif). As a
1204 // frame width to ensure that fSrcOffsetUnits is sensible.