Searched refs:m_StackCount (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp42 m_StackCount = 0;
52 return m_StackCount;
56 int m_StackCount; member in class:CPDF_PSEngine
109 m_StackCount = 0;
116 if (m_StackCount == 100) {
119 m_Stack[m_StackCount++] = v;
123 if (m_StackCount == 0) {
126 return m_Stack[--m_StackCount];
371 if (n < 0 || n > PSENGINE_STACKSIZE || m_StackCount + n > PSENGINE_STACKSIZE || n > m_StackCount) {
[all...]

Completed in 99 milliseconds