Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkPngCodecBase.cpp110 size_t dstBytesPerPixel = dstInfo.bytesPerPixel(); in initializeXforms() local
/external/skia/experimental/rust_png/decoder/impl/
DSkPngRustCodec.cpp590 uint8_t dstBytesPerPixel = safe.castTo<uint8_t>(dstInfo.bytesPerPixel()); in startDecoding() local
656 uint8_t dstBytesPerPixel = safe.castTo<uint8_t>(this->dstInfo().bytesPerPixel()); in expandDecodedInterlacedRow() local