Searched refs:CPDF_Type3GlyphMap (Results 1 – 4 of 4) sorted by relevance
40 CPDF_Type3GlyphMap::CPDF_Type3GlyphMap() {} in CPDF_Type3GlyphMap() function in CPDF_Type3GlyphMap42 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()
19 class CPDF_Type3GlyphMap {21 CPDF_Type3GlyphMap();22 ~CPDF_Type3GlyphMap();
21 class CPDF_Type3GlyphMap; variable35 std::unique_ptr<CFX_GlyphBitmap> RenderGlyph(CPDF_Type3GlyphMap* pSize,40 std::map<ByteString, std::unique_ptr<CPDF_Type3GlyphMap>> m_SizeMap;
99 CPDF_Type3GlyphMap* pSizeCache; in LoadGlyph()102 auto pNew = pdfium::MakeUnique<CPDF_Type3GlyphMap>(); in LoadGlyph()120 CPDF_Type3GlyphMap* pSize, in RenderGlyph()