Searched refs:CPDF_Type3Font (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h19 class CPDF_Type3Font;
112 CPDF_Type3Font* GetType3Font() const
114 return (m_FontType == PDFFONT_TYPE3) ? (CPDF_Type3Font*)(void*)this : NULL;
444 class CPDF_Type3Font : public CPDF_SimpleFont class in inherits:CPDF_SimpleFont
447 CPDF_Type3Font();
448 virtual ~CPDF_Type3Font();
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h31 CPDF_Type3Cache(CPDF_Type3Font* pFont)
39 CPDF_Type3Font* m_pFont;
60 CPDF_Type3Cache* GetCachedType3(CPDF_Type3Font* pFont);
67 void ReleaseCachedType3(CPDF_Type3Font* pFont);
148 static class CPDF_Type3Cache* GetCachedType3(CPDF_Type3Font* pFont);
H A Dfpdf_render_text.cpp303 CPDF_Type3Cache* CPDF_RenderStatus::GetCachedType3(CPDF_Type3Font* pFont)
311 static void ReleaseCachedType3(CPDF_Type3Font* pFont)
358 CPDF_RefType3Cache(CPDF_Type3Font* pType3Font)
370 CPDF_Type3Font* m_pType3Font;
374 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->GetType3Font();
376 if ((CPDF_Type3Font*)m_Type3FontCache.GetAt(j) == pType3Font) {
H A Dfpdf_render.cpp67 CPDF_Type3Cache* CPDF_DocRenderData::GetCachedType3(CPDF_Type3Font* pFont)
80 void CPDF_DocRenderData::ReleaseCachedType3(CPDF_Type3Font* pFont)
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp460 pFont = FX_NEW CPDF_Type3Font;
1609 CPDF_Type3Font::CPDF_Type3Font() function in class:CPDF_Type3Font
1614 CPDF_Type3Font::~CPDF_Type3Font()
1630 FX_BOOL CPDF_Type3Font::_Load()
1676 void CPDF_Type3Font::CheckType3FontMetrics()
1680 CPDF_Type3Char* CPDF_Type3Font::LoadChar(FX_DWORD charcode, int level)
1725 int CPDF_Type3Font::GetCharWidthF(FX_DWORD charcode, int level)
1739 void CPDF_Type3Font
[all...]

Completed in 473 milliseconds