HomeSort by relevance Sort by last modified time
    Searched refs:CPDF_Type3Font (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 19 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
447 CPDF_Type3Font();
448 virtual ~CPDF_Type3Font();
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 31 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);
fpdf_render_text.cpp 303 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) {
fpdf_render.cpp 67 CPDF_Type3Cache* CPDF_DocRenderData::GetCachedType3(CPDF_Type3Font* pFont)
80 void CPDF_DocRenderData::ReleaseCachedType3(CPDF_Type3Font* pFont)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 460 pFont = FX_NEW CPDF_Type3Font;
    [all...]

Completed in 49 milliseconds