Searched refs:m_pFontMap (Results 1 – 8 of 8) sorted by relevance
34 if (!m_pFontMap) { in MaybeCreateFontMap()35 m_pFontMap = in MaybeCreateFontMap()38 return m_pFontMap.get(); in MaybeCreateFontMap()
29 std::unique_ptr<CBA_FontMap> m_pFontMap;
79 void SetFontMap(IPVT_FontMap* pFontMap) { m_pFontMap = pFontMap; } in SetFontMap()165 UnownedPtr<IPVT_FontMap> m_pFontMap; variable
118 : CPDF_VariableText::Provider(pFontMap), m_pFontMap(pFontMap) { in CPWL_EditImpl_Provider()119 ASSERT(m_pFontMap); in CPWL_EditImpl_Provider()125 return m_pFontMap; in GetFontMap()130 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetCharWidth()136 charcode = m_pFontMap->CharCodeFromUnicode(nFontIndex, word); in GetCharWidth()146 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeAscent()153 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeDescent()162 return m_pFontMap->GetWordFontIndex(word, charset, nFontIndex); in GetWordFontIndex()
109 m_pFontMap(nullptr), in CPWL_ListCtrl()562 pListItem->SetFontMap(m_pFontMap.Get()); in AddItem()
436 IPVT_FontMap* m_pFontMap;
35 : m_pFontMap(pFontMap) { in Provider()36 ASSERT(m_pFontMap); in Provider()43 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetCharWidth()52 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeAscent()58 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeDescent()66 if (CPDF_Font* pDefFont = m_pFontMap->GetPDFFont(0)) { in GetWordFontIndex()70 if (CPDF_Font* pSysFont = m_pFontMap->GetPDFFont(1)) { in GetWordFontIndex()
66 IPVT_FontMap* const m_pFontMap;