Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkWebpCodec.cpp507 const size_t dstBpp = dstInfo.bytesPerPixel(); in onGetPixels() local
/external/skqp/src/codec/
DSkWebpCodec.cpp528 const size_t dstBpp = dstInfo.bytesPerPixel(); in onGetPixels() local
/external/skia/tests/
DTransferPixelsTest.cpp29 size_t dstBpp = GrColorTypeBytesPerPixel(dstType); in fill_transfer_data() local
/external/skia/src/gpu/
DGrDataUtils.cpp561 size_t dstBpp = dst.info().bpp(); in GrConvertPixels() local
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp677 …c, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType input… in Decode()
/external/swiftshader/src/Device/
DETC_Decoder.cpp670 …st unsigned char *src, unsigned char *dst, int w, int h, int dstPitch, int dstBpp, InputType input… in Decode()
DBC_Decoder.cpp1633 bool BC_Decoder::Decode(const uint8_t *src, uint8_t *dst, int w, int h, int dstPitch, int dstBpp, i… in Decode()