Lines Matching defs:dstBPP
1143 int dstBPP = dstInfo.bytesPerPixel();
1144 return Make(dstInfo, fastProc, proc, ctable, srcBPP, dstBPP, options, frame);
1149 int dstBPP, const SkCodec::Options& options, const SkIRect* frame) {
1167 dstOffset, dstWidth, srcBPP, dstBPP));
1171 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP)
1179 , fDstOffsetBytes(dstOffset * dstBPP)
1186 , fDstBPP(dstBPP)