Searched refs:dstBPP (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/codec/
H A DSkSwizzler.h266 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP);
H A DSkSwizzler.cpp890 int dstBPP = SkColorTypeBytesPerPixel(dstInfo.colorType()); local
909 srcBPP, dstBPP);
913 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP)
921 , fDstOffsetBytes(dstOffset * dstBPP)
928 , fDstBPP(dstBPP)
912 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset, int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) argument

Completed in 81 milliseconds