Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkSwizzler.cpp890 int dstBPP = SkColorTypeBytesPerPixel(dstInfo.colorType()); in CreateSwizzler() local
913 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) in SkSwizzler()