Searched refs:m_pRectArray (Results 1 – 2 of 2) sorted by relevance
103 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 …]
69 CFX_RectMassArray* m_pRectArray; variable