Home
last modified time | relevance | path

Searched refs:m_PathMap (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_font.h401 CFX_MapPtrToPtr m_PathMap; variable
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1047 pos = m_PathMap.GetStartPosition(); in ~CFX_FaceCache()
1051 m_PathMap.GetNextAssoc(pos, key1, (FX_LPVOID&)pPath); in ~CFX_FaceCache()
1057 m_PathMap.RemoveAll(); in ~CFX_FaceCache()
1494 if (m_PathMap.Lookup(key, (FX_LPVOID&)pGlyphPath)) { in LoadGlyphPath()
1498 m_PathMap.SetAt(key, pGlyphPath); in LoadGlyphPath()