Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_read_validator.cpp14 constexpr FX_FILESIZE kAlignBlockValue = CPDF_ModuleMgr::kFileBufSize; variable
17 return offset > 0 ? (offset - offset % kAlignBlockValue) : 0; in AlignDown()
22 safe_result += kAlignBlockValue; in AlignUp()