Home
last modified time | relevance | path

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

/external/skqp/src/codec/
DSkSwizzler.h214 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP);
216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
DSkSwizzler.cpp1143 int dstBPP = dstInfo.bytesPerPixel(); in Make() local
1144 return Make(dstInfo, fastProc, proc, ctable, srcBPP, dstBPP, options, frame); in Make()
1149 int dstBPP, const SkCodec::Options& options, const SkIRect* frame) { in Make() argument
1167 dstOffset, dstWidth, srcBPP, dstBPP)); in Make()
1171 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) in SkSwizzler() argument
1179 , fDstOffsetBytes(dstOffset * dstBPP) in SkSwizzler()
1186 , fDstBPP(dstBPP) in SkSwizzler()
/external/skia/src/codec/
DSkSwizzler.h214 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP);
216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
DSkSwizzler.cpp1143 int dstBPP = dstInfo.bytesPerPixel(); in Make() local
1144 return Make(dstInfo, fastProc, proc, ctable, srcBPP, dstBPP, options, frame); in Make()
1149 int dstBPP, const SkCodec::Options& options, const SkIRect* frame) { in Make() argument
1167 dstOffset, dstWidth, srcBPP, dstBPP)); in Make()
1171 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) in SkSwizzler() argument
1179 , fDstOffsetBytes(dstOffset * dstBPP) in SkSwizzler()
1186 , fDstBPP(dstBPP) in SkSwizzler()