Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp290 if (m_ParamCount == kParamBufSize) { in GetNextParamPos()
292 if (m_ParamStartPos == kParamBufSize) { in GetNextParamPos()
301 if (index >= kParamBufSize) { in GetNextParamPos()
302 index -= kParamBufSize; in GetNextParamPos()
333 if (index == kParamBufSize) in ClearAllParams()
345 if (real_index >= kParamBufSize) { in GetObject()
346 real_index -= kParamBufSize; in GetObject()
374 if (real_index >= kParamBufSize) in GetString()
375 real_index -= kParamBufSize; in GetString()
392 if (real_index >= kParamBufSize) in GetNumber()
[all …]
Dcpdf_streamcontentparser.h79 static const int kParamBufSize = 16; variable
232 ContentParam m_ParamBuf[kParamBufSize];