Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_glyphcache.h59 using PathMapKey = std::tuple<uint32_t, uint32_t, int, int, bool>; variable
85 std::map<PathMapKey, std::unique_ptr<CFX_PathData>> m_PathMap;
Dcfx_glyphcache.cpp236 const PathMapKey key = in LoadGlyphPath()