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

  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 114 m_PointCount = m_AllocCount = 0;
125 m_PointCount = nPoints;
146 if (m_PointCount) {
147 FXSYS_memcpy32(pNewBuf, m_pPoints, m_PointCount * sizeof(FX_PATHPOINT));
160 m_PointCount = m_AllocCount = src.m_PointCount;
161 m_pPoints = FX_Alloc(FX_PATHPOINT, src.m_PointCount);
165 FXSYS_memcpy32(m_pPoints, src.m_pPoints, sizeof(FX_PATHPOINT) * m_PointCount);
169 if (m_PointCount <= nPoints) {
176 int new_count = m_PointCount + addPoints;
    [all...]
fx_ge_text.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 164 return m_PointCount;
219 int m_PointCount;
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 45 return m_pObject->m_PointCount;

Completed in 306 milliseconds