Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_geobject.cpp28 int32_t iPoints = m_Path.GetPointCount(); in GetLastPoint() local
29 if (iCount > iPoints) { in GetLastPoint()
32 return m_Path.GetPoints() + iPoints - iCount; in GetLastPoint()
42 int32_t iPoints = m_Path.GetPointCount(); in AddPoints() local
44 return m_Path.GetPoints() + iPoints; in AddPoints()