Searched refs:m_StackCount (Results 1 – 1 of 1) sorted by relevance
81 void Reset() { m_StackCount = 0; } in Reset()85 int GetStackSize() { return m_StackCount; } in GetStackSize()89 int m_StackCount; member in CPDF_PSEngine137 m_StackCount = 0; in CPDF_PSEngine()141 if (m_StackCount == 100) { in Push()144 m_Stack[m_StackCount++] = v; in Push()147 if (m_StackCount == 0) { in Pop()150 return m_Stack[--m_StackCount]; in Pop()400 m_StackCount + n > PSENGINE_STACKSIZE || n > m_StackCount) { in DoOperator()404 m_Stack[m_StackCount + i] = m_Stack[m_StackCount + i - n]; in DoOperator()[all …]