Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp306 if (m_ParamCount == kParamBufSize) { in GetNextParamPos()
308 if (m_ParamStartPos == kParamBufSize) { in GetNextParamPos()
317 if (index >= kParamBufSize) { in GetNextParamPos()
318 index -= kParamBufSize; in GetNextParamPos()
362 if (index == kParamBufSize) in ClearAllParams()
374 if (real_index >= kParamBufSize) { in GetObject()
375 real_index -= kParamBufSize; in GetObject()
405 if (real_index >= kParamBufSize) { in GetString()
406 real_index -= kParamBufSize; in GetString()
423 if (real_index >= kParamBufSize) { in GetNumber()
[all …]
Dcpdf_streamcontentparser.h74 static const int kParamBufSize = 16; variable
198 ContentParam m_ParamBuf[kParamBufSize];