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()
128 if (m_AllocCount < nPoints) { in SetPointCount()
134 m_AllocCount = nPoints; in SetPointCount()
139 if (m_AllocCount < nPoints) { in AllocPointCount()
148 m_AllocCount = nPoints; in AllocPointCount()
153 m_PointCount = m_AllocCount = src.m_PointCount; in CFX_PathData()
/external/pdfium/core/include/fxge/
Dfx_ge.h219 int m_AllocCount; variable