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

  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 115 m_pPoints = NULL;
119 if (m_pPoints) {
120 FX_Free(m_pPoints);
127 if (m_pPoints) {
128 FX_Free(m_pPoints);
129 m_pPoints = NULL;
131 m_pPoints = FX_Alloc(FX_PATHPOINT, nPoints);
132 if (!m_pPoints) {
147 FXSYS_memcpy32(pNewBuf, m_pPoints, m_PointCount * sizeof(FX_PATHPOINT));
149 if (m_pPoints) {
    [all...]
fx_ge_text.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 50 return m_pObject->m_pPoints[index].m_Flag;
55 return m_pObject->m_pPoints[index].m_PointX;
60 return m_pObject->m_pPoints[index].m_PointY;
68 return m_pObject->m_pPoints;
  /external/pdfium/core/include/fxge/
fx_ge.h 169 return m_pPoints[index].m_Flag;
174 return m_pPoints[index].m_PointX;
179 return m_pPoints[index].m_PointY;
186 return m_pPoints;
221 FX_PATHPOINT* m_pPoints;

Completed in 162 milliseconds