Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp103 m_pRectArray(NULL), in CFX_GEFont()
125 m_pRectArray(NULL), in CFX_GEFont()
167 if (m_pRectArray != NULL) { in ~CFX_GEFont()
168 delete m_pRectArray; in ~CFX_GEFont()
333 if (!m_pRectArray) { in InitFont()
334 m_pRectArray = new CFX_RectMassArray(16); in InitFont()
439 FXSYS_assert(m_pRectArray != NULL); in GetCharBBox()
452 int32_t index = m_pRectArray->Add(rt); in GetCharBBox()
453 pRect = m_pRectArray->GetPtrAt(index); in GetCharBBox()
578 if (m_pRectArray != NULL) { in Reset()
[all …]
Dfx_gefont.h69 CFX_RectMassArray* m_pRectArray; variable