Home
last modified time | relevance | path

Searched refs:IsTTFont (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_font.h101 FX_BOOL IsTTFont() const;
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp256 FX_BOOL CFX_Font::IsTTFont() const { in IsTTFont() function in CFX_Font
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp904 m_Font.IsTTFont()); in LoadCommon()
1056 if (!IsEmbedded() && (m_Base14Font < 12) && m_Font.IsTTFont()) { in LoadGlyphMap()