Searched refs:RemoveFont (Results 1 – 2 of 2) sorted by relevance
104 void RemoveFont(const CFX_RetainPtr<CFGAS_GEFont>& pFont);111 void RemoveFont(std::map<uint32_t, CFX_RetainPtr<CFGAS_GEFont>>* pFontMap,204 void RemoveFont(const CFX_RetainPtr<CFGAS_GEFont>& pFont);
242 void CFGAS_FontMgr::RemoveFont( in RemoveFont() function in CFGAS_FontMgr253 void CFGAS_FontMgr::RemoveFont(const CFX_RetainPtr<CFGAS_GEFont>& pFont) { in RemoveFont() function in CFGAS_FontMgr254 RemoveFont(&m_CPFonts, pFont); in RemoveFont()255 RemoveFont(&m_FamilyFonts, pFont); in RemoveFont()256 RemoveFont(&m_UnicodeFonts, pFont); in RemoveFont()257 RemoveFont(&m_BufferFonts, pFont); in RemoveFont()258 RemoveFont(&m_StreamFonts, pFont); in RemoveFont()259 RemoveFont(&m_DeriveFonts, pFont); in RemoveFont()966 void CFGAS_FontMgr::RemoveFont(const CFX_RetainPtr<CFGAS_GEFont>& pEFont) { in RemoveFont() function in CFGAS_FontMgr