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 116 m_PointCount = m_AllocCount = 0;
123 m_PointCount = nPoints;
133 if (m_PointCount) {
134 FXSYS_memcpy(pNewBuf, m_pPoints, m_PointCount * sizeof(FX_PATHPOINT));
142 m_PointCount = m_AllocCount = src.m_PointCount;
143 m_pPoints = FX_Alloc(FX_PATHPOINT, src.m_PointCount);
144 FXSYS_memcpy(m_pPoints, src.m_pPoints, sizeof(FX_PATHPOINT) * m_PointCount);
147 if (m_PointCount <= nPoints) {
153 pdfium::base::CheckedNumeric<int> safe_new_count = m_PointCount;
    [all...]
fx_ge_text.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 121 int GetPointCount() const { return m_PointCount; }
162 int m_PointCount;
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 38 int GetPointCount() { return m_pObject->m_PointCount; }

Completed in 1516 milliseconds