HomeSort by relevance Sort by last modified time
    Searched defs:CPDF_Type3Glyphs (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 17 CPDF_Type3Glyphs* pSizeCache = NULL;
19 pSizeCache = (CPDF_Type3Glyphs*)m_SizeMap.GetNextValue(pos);
30 CPDF_Type3Glyphs* pSizeCache = NULL;
32 pSizeCache = FX_NEW CPDF_Type3Glyphs;
43 CPDF_Type3Glyphs::~CPDF_Type3Glyphs()
74 void CPDF_Type3Glyphs::AdjustBlue(FX_FLOAT top, FX_FLOAT bottom, int& top_line, int& bottom_line)
125 CFX_GlyphBitmap* CPDF_Type3Cache::RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_FLOAT retinaScaleX, FX_FLOAT retinaScaleY)
render_int.h 12 class CPDF_Type3Glyphs : public CFX_Object
15 CPDF_Type3Glyphs()
20 ~CPDF_Type3Glyphs();
38 CFX_GlyphBitmap* RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_FLOAT retinaScaleX = 1.0f, FX_FLOAT retinaScaleY = 1.0f);

Completed in 51 milliseconds