Searched refs:dstBPP (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/codec/ |
D | SkSwizzler.cpp | 890 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()
|
D | SkSwizzler.h | 266 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP);
|