Home
last modified time | relevance | path

Searched refs:m_AllocCount (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp116 m_PointCount = m_AllocCount = 0; in CFX_PathData()
124 if (m_AllocCount < nPoints) { in SetPointCount()
127 m_AllocCount = nPoints; in SetPointCount()
131 if (m_AllocCount < nPoints) { in AllocPointCount()
138 m_AllocCount = nPoints; in AllocPointCount()
142 m_PointCount = m_AllocCount = src.m_PointCount; in CFX_PathData()
/external/pdfium/core/include/fxge/
Dfx_ge.h166 int m_AllocCount; variable