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 116 m_PointCount = m_AllocCount = 0;
128 if (m_AllocCount < nPoints) {
134 m_AllocCount = nPoints;
139 if (m_AllocCount < nPoints) {
148 m_AllocCount = nPoints;
153 m_PointCount = m_AllocCount = src.m_PointCount;
  /external/pdfium/core/include/fxge/
fx_ge.h 219 int m_AllocCount;

Completed in 148 milliseconds