Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpx_opj.cpp252 OPJ_SIZE_T checkedNbBytes = static_cast<OPJ_SIZE_T>(unsignedNbBytes); in opj_skip_from_memory() local
259 std::min(srcData->offset + checkedNbBytes, srcData->src_size); in opj_skip_from_memory()
281 OPJ_SIZE_T checkedNbBytes = static_cast<OPJ_SIZE_T>(nb_bytes); in opj_seek_from_memory() local
284 srcData->offset = std::min(checkedNbBytes, srcData->src_size); in opj_seek_from_memory()