Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp147 if (m_ParamCount == PARAM_BUF_SIZE) { in GetNextParamPos()
149 if (m_ParamStartPos == PARAM_BUF_SIZE) { in GetNextParamPos()
159 if (index >= PARAM_BUF_SIZE) { in GetNextParamPos()
160 index -= PARAM_BUF_SIZE; in GetNextParamPos()
203 if (index == PARAM_BUF_SIZE) { in ClearAllParams()
215 if (real_index >= PARAM_BUF_SIZE) { in GetObject()
216 real_index -= PARAM_BUF_SIZE; in GetObject()
246 if (real_index >= PARAM_BUF_SIZE) { in GetString()
247 real_index -= PARAM_BUF_SIZE; in GetString()
263 if (real_index >= PARAM_BUF_SIZE) { in GetNumber()
[all …]
Dpageint.h69 #define PARAM_BUF_SIZE 16 macro
243 ContentParam m_ParamBuf1[PARAM_BUF_SIZE];