Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkSwizzler.cpp890 int dstBPP = SkColorTypeBytesPerPixel(dstInfo.colorType()); in CreateSwizzler() local
909 srcBPP, dstBPP); in CreateSwizzler()
913 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) in SkSwizzler() argument
921 , fDstOffsetBytes(dstOffset * dstBPP) in SkSwizzler()
928 , fDstBPP(dstBPP) in SkSwizzler()
DSkSwizzler.h266 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP);