Searched refs:m_pBBoxMap (Results 1 – 2 of 2) sorted by relevance
104 m_pBBoxMap(NULL), in CFX_GEFont()126 m_pBBoxMap(NULL), in CFX_GEFont()170 if (m_pBBoxMap != NULL) { in ~CFX_GEFont()171 delete m_pBBoxMap; in ~CFX_GEFont()336 if (!m_pBBoxMap) { in InitFont()337 m_pBBoxMap = new CFX_MapPtrToPtr(16); in InitFont()440 FXSYS_assert(m_pBBoxMap != NULL); in GetCharBBox()442 if (!m_pBBoxMap->Lookup((void*)(uintptr_t)wUnicode, pRect)) { in GetCharBBox()454 m_pBBoxMap->SetAt((void*)(uintptr_t)wUnicode, pRect); in GetCharBBox()575 if (m_pBBoxMap != NULL) { in Reset()[all …]
70 CFX_MapPtrToPtr* m_pBBoxMap; variable