Home
last modified time | relevance | path

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

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