Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp1261 LoadMetricsArray(pWidthArray, m_VertMetrics, 3); in _Load()
1373 FX_DWORD vertsize = m_VertMetrics.GetSize() / 5; in GetVertWidth()
1377 const FX_DWORD* pTable = m_VertMetrics.GetData(); in GetVertWidth()
1385 FX_DWORD vertsize = m_VertMetrics.GetSize() / 5; in GetVertOrigin()
1387 const FX_DWORD* pTable = m_VertMetrics.GetData(); in GetVertOrigin()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h479 CFX_DWordArray m_VertMetrics; variable