Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkSwizzler.h219 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP);
221 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
DSkSwizzler.cpp1138 int dstBPP = dstInfo.bytesPerPixel(); in Make() local
1139 return Make(dstInfo, fastProc, proc, ctable, srcBPP, dstBPP, options, frame); in Make()
1144 int dstBPP, const SkCodec::Options& options, const SkIRect* frame) { in Make() argument
1162 dstOffset, dstWidth, srcBPP, dstBPP)); in Make()
1166 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) in SkSwizzler() argument
1174 , fDstOffsetBytes(dstOffset * dstBPP) in SkSwizzler()
1181 , fDstBPP(dstBPP) in SkSwizzler()
/external/skqp/src/codec/
DSkSwizzler.cpp789 const int dstBPP = SkColorTypeBytesPerPixel(dstInfo.colorType()); in CreateSwizzler() local
795 srcBPP = dstBPP; in CreateSwizzler()
1183 srcBPP, dstBPP); in CreateSwizzler()
1187 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) in SkSwizzler() argument
1195 , fDstOffsetBytes(dstOffset * dstBPP) in SkSwizzler()
1202 , fDstBPP(dstBPP) in SkSwizzler()
DSkSwizzler.h211 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP);