Searched refs:m_DeriveFonts (Results 1 – 2 of 2) sorted by relevance
227 auto it = m_DeriveFonts.find(dwHash); in LoadFont()228 if (it != m_DeriveFonts.end() && it->second) in LoadFont()235 m_DeriveFonts[dwHash] = pFont; in LoadFont()259 RemoveFont(&m_DeriveFonts, pFont); in RemoveFont()
128 std::map<uint32_t, CFX_RetainPtr<CFGAS_GEFont>> m_DeriveFonts; variable