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

  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 16 class CPDF_Type1Font;
97 CPDF_Type1Font* GetType1Font() const
99 return m_FontType == PDFFONT_TYPE1 ? (CPDF_Type1Font*)(void*)this : NULL;
391 class CPDF_Type1Font : public CPDF_SimpleFont
395 CPDF_Type1Font();
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 468 pFont = FX_NEW CPDF_Type1Font;
825 if (((CPDF_Type1Font*)this)->GetBase14Font() < 0) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 316 CPDF_Type1Font* pT1Font = pFont->GetType1Font();

Completed in 33 milliseconds