Home
last modified time | relevance | path

Searched defs:GetPointY (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h44 FX_FLOAT GetPointY(int index) { return m_pObject->m_pPoints[index].m_PointY; } in GetPointY() function
/external/pdfium/core/include/fxge/
Dfx_ge.h127 FX_FLOAT GetPointY(int index) const { return m_pPoints[index].m_PointY; } in GetPointY() function