Home
last modified time | relevance | path

Searched refs:DecodingState (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/rust_png/decoder/impl/
DSkPngRustCodec.h38 struct DecodingState { struct
69 DecodingState* decodingState); argument
75 const DecodingState& decodingState);
79 Result incrementalDecode(DecodingState& decodingState, int* rowsDecoded);
131 std::optional<DecodingState> fIncrementalDecodingState;
DSkPngRustCodec.cpp556 DecodingState* decodingState) { in startDecoding()
635 const DecodingState& decodingState) { in expandDecodedInterlacedRow()
665 SkCodec::Result SkPngRustCodec::incrementalDecode(DecodingState& decodingState, in incrementalDecode()
740 DecodingState decodingState; in onGetPixels()
753 DecodingState decodingState; in onStartIncrementalDecode()