Home
last modified time | relevance | path

Searched refs:fonttype (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h109 bool IsFontType(int fonttype) const { return fonttype == m_FontType; } in IsFontType() argument
215 explicit CPDF_Font(int fonttype);
306 explicit CPDF_SimpleFont(int fonttype);
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp84 CPDF_Font::CPDF_Font(int fonttype) : m_FontType(fonttype) { in CPDF_Font() argument
754 CPDF_SimpleFont::CPDF_SimpleFont(int fonttype) : CPDF_Font(fonttype) { in CPDF_SimpleFont() argument