Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_facecache.cpp206 auto it = m_PathMap.find(key); in LoadGlyphPath()
207 if (it != m_PathMap.end()) in LoadGlyphPath()
211 m_PathMap[key] = std::unique_ptr<CFX_PathData>(pGlyphPath); in LoadGlyphPath()
Dcfx_facecache.h73 std::map<PathMapKey, std::unique_ptr<CFX_PathData>> m_PathMap; variable