Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp84 uint32_t post_pos = FlateGetPossiblyTruncatedTotalOut(context); in FlateOutput() local
85 ASSERT(post_pos >= pre_pos); in FlateOutput()
87 uint32_t written = post_pos - pre_pos; in FlateOutput()