HomeSort by relevance Sort by last modified time
    Searched refs:m_PathMap (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/
cfx_facecache.h 73 std::map<PathMapKey, std::unique_ptr<CFX_PathData>> m_PathMap;
cfx_facecache.cpp 206 auto it = m_PathMap.find(key);
207 if (it != m_PathMap.end())
211 m_PathMap[key] = std::unique_ptr<CFX_PathData>(pGlyphPath);

Completed in 260 milliseconds