Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/experimental/rust_png/decoder/impl/
H A DSkPngRustCodec.cpp477 uint8_t dstBytesPerPixel = safe.castTo<uint8_t>(dstInfo.bytesPerPixel()); in startDecoding() local
543 uint8_t dstBytesPerPixel = safe.castTo<uint8_t>(this->dstInfo().bytesPerPixel()); in expandDecodedInterlacedRow() local
/aosp_15_r20/external/skia/src/codec/
H A DSkPngCodecBase.cpp108 size_t dstBytesPerPixel = dstInfo.bytesPerPixel(); in initializeXforms() local