Searched refs:dstBPP (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/codec/ |
H A D | SkSwizzler.h | 214 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP); 216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
|
H A D | SkSwizzler.cpp | 1143 int dstBPP = dstInfo.bytesPerPixel(); in Make() local 1144 return Make(dstInfo, fastProc, proc, ctable, srcBPP, dstBPP, options, frame); in Make() 1149 int dstBPP, const SkCodec::Options& options, const SkIRect* frame) { in Make() 1167 dstOffset, dstWidth, srcBPP, dstBPP)); in Make() 1171 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) in SkSwizzler() 1179 , fDstOffsetBytes(dstOffset * dstBPP) in SkSwizzler() 1186 , fDstBPP(dstBPP) in SkSwizzler() 1147 Make(const SkImageInfo& dstInfo, RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP, const SkCodec::Options& options, const SkIRect* frame) Make() argument 1170 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset, int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) SkSwizzler() argument
|
Completed in 3 milliseconds