Home
last modified time | relevance | path

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

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