Home
last modified time | relevance | path

Searched refs:m_FontMapper (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp108 m_FontMapper(16) { in CFX_GEFont()
130 m_FontMapper(16) { in CFX_GEFont()
154 m_FontMapper.RemoveAll(); in ~CFX_GEFont()
510 m_FontMapper.Lookup((void*)(uintptr_t)wUnicode, (void*&)pFont); in GetGlyphIndex()
543 m_FontMapper.SetAt((void*)(uintptr_t)wUnicode, (void*)pFont); in GetGlyphIndex()
Dfx_gdifont.cpp102 m_FontMapper(16), in CFX_GdiFont()
115 m_FontMapper.RemoveAll(); in ~CFX_GdiFont()
351 m_FontMapper.Lookup((void*)wBitField, (void*&)pFont); in GetGlyphIndex()
374 m_FontMapper.SetAt((void*)wBitField, (void*)pFont); in GetGlyphIndex()
Dfx_gefont.h74 CFX_MapPtrToPtr m_FontMapper; variable
Dfx_gdifont.h82 CFX_MapPtrToPtr m_FontMapper; variable