Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_type3glyphmap.cpp50 auto it = m_GlyphMap.find(charcode); in GetBitmap()
51 return it != m_GlyphMap.end() ? it->second.get() : nullptr; in GetBitmap()
56 m_GlyphMap[charcode] = std::move(pMap); in SetBitmap()
Dcpdf_type3glyphmap.h33 std::map<uint32_t, std::unique_ptr<CFX_GlyphBitmap>> m_GlyphMap; variable