Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_facecache.h47 using PathMapKey = std::tuple<uint32_t, int, int, int, bool>; variable
73 std::map<PathMapKey, std::unique_ptr<CFX_PathData>> m_PathMap;
Dcfx_facecache.cpp204 const PathMapKey key = in LoadGlyphPath()