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

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h33 CPDF_Type3Cache(CPDF_Type3Font* pFont)
41 CPDF_Type3Font* m_pFont;
62 CPDF_Type3Cache* GetCachedType3(CPDF_Type3Font* pFont);
69 void ReleaseCachedType3(CPDF_Type3Font* pFont);
150 static class CPDF_Type3Cache* GetCachedType3(CPDF_Type3Font* pFont);
H A Dfpdf_render_text.cpp291 CPDF_Type3Cache* CPDF_RenderStatus::GetCachedType3(CPDF_Type3Font* pFont)
299 static void ReleaseCachedType3(CPDF_Type3Font* pFont)
346 CPDF_RefType3Cache(CPDF_Type3Font* pType3Font)
358 CPDF_Type3Font* m_pType3Font;
362 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->GetType3Font();
364 if ((CPDF_Type3Font*)m_Type3FontCache.GetAt(j) == pType3Font) {
H A Dfpdf_render.cpp65 CPDF_Type3Cache* CPDF_DocRenderData::GetCachedType3(CPDF_Type3Font* pFont)
78 void CPDF_DocRenderData::ReleaseCachedType3(CPDF_Type3Font* pFont)
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h17 class CPDF_Type3Font;
125 CPDF_Type3Font* GetType3Font() const
127 return (m_FontType == PDFFONT_TYPE3) ? (CPDF_Type3Font*)(void*)this : NULL;
457 class CPDF_Type3Font : public CPDF_SimpleFont
460 CPDF_Type3Font();
461 ~CPDF_Type3Font() override;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp455 pFont = new CPDF_Type3Font;
1597 CPDF_Type3Font::CPDF_Type3Font() : CPDF_SimpleFont(PDFFONT_TYPE3) function in class:CPDF_Type3Font
1602 CPDF_Type3Font::~CPDF_Type3Font()
1618 FX_BOOL CPDF_Type3Font::_Load()
1664 void CPDF_Type3Font::CheckType3FontMetrics()
1668 CPDF_Type3Char* CPDF_Type3Font::LoadChar(FX_DWORD charcode, int level)
1713 int CPDF_Type3Font::GetCharWidthF(FX_DWORD charcode, int level)
1727 void CPDF_Type3Font
[all...]

Completed in 91 milliseconds