Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp17 CPDF_Type3Glyphs* pSizeCache = NULL; in ~CPDF_Type3Cache()
19 pSizeCache = (CPDF_Type3Glyphs*)m_SizeMap.GetNextValue(pos); in ~CPDF_Type3Cache()
30 CPDF_Type3Glyphs* pSizeCache = NULL; in LoadGlyph()
32 pSizeCache = FX_NEW CPDF_Type3Glyphs; in LoadGlyph()
43 CPDF_Type3Glyphs::~CPDF_Type3Glyphs() in ~CPDF_Type3Glyphs()
74 void CPDF_Type3Glyphs::AdjustBlue(FX_FLOAT top, FX_FLOAT bottom, int& top_line, int& bottom_line) in AdjustBlue()
125 CFX_GlyphBitmap* CPDF_Type3Cache::RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX… in RenderGlyph()
Drender_int.h12 class CPDF_Type3Glyphs : public CFX_Object
15 CPDF_Type3Glyphs() in CPDF_Type3Glyphs() function
20 ~CPDF_Type3Glyphs();
38 …CFX_GlyphBitmap* RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX_AffineMatrix* …