Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp102 m_pCharWidthMap(NULL), in CFX_GEFont()
124 m_pCharWidthMap(NULL), in CFX_GEFont()
164 if (m_pCharWidthMap != NULL) { in ~CFX_GEFont()
165 delete m_pCharWidthMap; in ~CFX_GEFont()
330 if (!m_pCharWidthMap) { in InitFont()
331 m_pCharWidthMap = new CFX_WordDiscreteArray(1024); in InitFont()
401 FXSYS_assert(m_pCharWidthMap != NULL); in GetCharWidth()
402 iWidth = m_pCharWidthMap->GetAt(wUnicode, 0); in GetCharWidth()
423 m_pCharWidthMap->SetAtGrow(wUnicode, (int16_t)iWidth); in GetCharWidth()
572 if (m_pCharWidthMap != NULL) { in Reset()
[all …]
Dfx_gefont.h68 CFX_WordDiscreteArray* m_pCharWidthMap; variable