Home
last modified time | relevance | path

Searched refs:CPDF_Type3GlyphMap (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_type3glyphmap.cpp40 CPDF_Type3GlyphMap::CPDF_Type3GlyphMap() {} in CPDF_Type3GlyphMap() function in CPDF_Type3GlyphMap
42 CPDF_Type3GlyphMap::~CPDF_Type3GlyphMap() {} in ~CPDF_Type3GlyphMap()
44 std::pair<int, int> CPDF_Type3GlyphMap::AdjustBlue(float top, float bottom) { in AdjustBlue()
49 const CFX_GlyphBitmap* CPDF_Type3GlyphMap::GetBitmap(uint32_t charcode) const { in GetBitmap()
54 void CPDF_Type3GlyphMap::SetBitmap(uint32_t charcode, in SetBitmap()
Dcpdf_type3glyphmap.h19 class CPDF_Type3GlyphMap {
21 CPDF_Type3GlyphMap();
22 ~CPDF_Type3GlyphMap();
Dcpdf_type3cache.h21 class CPDF_Type3GlyphMap; variable
35 std::unique_ptr<CFX_GlyphBitmap> RenderGlyph(CPDF_Type3GlyphMap* pSize,
40 std::map<ByteString, std::unique_ptr<CPDF_Type3GlyphMap>> m_SizeMap;
Dcpdf_type3cache.cpp99 CPDF_Type3GlyphMap* pSizeCache; in LoadGlyph()
102 auto pNew = pdfium::MakeUnique<CPDF_Type3GlyphMap>(); in LoadGlyph()
120 CPDF_Type3GlyphMap* pSize, in RenderGlyph()