Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp258 const int last_row_size = *data_size % row_size; in PNG_PredictorEncode() local
360 const int last_row_size = data_size % (row_size + 1); in PNG_Predictor() local
491 const int last_row_size = data_size % row_size; in TIFF_Predictor() local