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

  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 114 m_PointCount = m_AllocCount = 0;
126 if (m_AllocCount < nPoints) {
135 m_AllocCount = nPoints;
141 if (m_AllocCount < nPoints) {
153 m_AllocCount = nPoints;
160 m_PointCount = m_AllocCount = src.m_PointCount;
  /external/pdfium/core/include/fxge/
fx_ge.h 223 int m_AllocCount;

Completed in 34 milliseconds