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

  /external/pdfium/core/fpdfapi/page/
cpdf_psengine.h 122 static constexpr uint32_t kPSEngineStackSize = 100;
123 float m_Stack[kPSEngineStackSize];
cpdf_psengine.cpp 181 if (m_StackCount < kPSEngineStackSize)
396 if (n < 0 || m_StackCount + n > kPSEngineStackSize ||

Completed in 214 milliseconds