Home
last modified time | relevance | path

Searched refs:dstBpp (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DETC_Decoder.hpp40 … unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputTy…
DETC_Decoder.cpp648 … unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputTy… in Decode() argument
664 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode()
676 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode()
687 …sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, inputType … in Decode()
702 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, false); in Decode()
/external/skia/src/codec/
DSkWebpCodec.cpp587 const size_t dstBpp = SkColorTypeBytesPerPixel(dstInfo.colorType()); in onGetPixels() local
588 dst = SkTAddOffset<void>(dst, dstBpp * dstX + rowBytes * dstY); in onGetPixels()