HomeSort by relevance Sort by last modified time
    Searched refs:m_ParamCount (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 11 #define REQUIRE_PARAMS(count) if (m_ParamCount != count) { m_bAbort = TRUE; return; }
24 m_ParamCount = 0;
137 if (m_ParamCount == PARAM_BUF_SIZE) {
147 int index = m_ParamStartPos + m_ParamCount;
151 m_ParamCount ++;
188 for (FX_DWORD i = 0; i < m_ParamCount; i ++) {
198 m_ParamCount = 0;
202 if (index >= m_ParamCount) {
205 int real_index = m_ParamStartPos + m_ParamCount - index - 1;
230 if (index >= m_ParamCount) {
    [all...]
pageint.h 146 FX_DWORD m_ParamCount;

Completed in 36 milliseconds