Searched refs:m_FDE2PDFFont (Results 1 – 2 of 2) sorted by relevance
80 std::map<CFX_RetainPtr<CFGAS_GEFont>, CPDF_Font*> m_FDE2PDFFont; variable
1978 auto it = m_FDE2PDFFont.find(pFont); in GetCharWidth()1979 if (it == m_FDE2PDFFont.end()) in GetCharWidth()1989 m_FDE2PDFFont[pFont] = pPDFFont; in SetFont()