Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp112 CLZWDecoder(pdfium::span<const uint8_t> src_span, bool early_change);
140 bool early_change) in CLZWDecoder() argument
141 : src_span_(src_span), early_change_(early_change ? 1 : 0) {} in CLZWDecoder()