Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.h75 bool IsTTFont() const;
Dcfx_font.cpp326 bool CFX_Font::IsTTFont() const { in IsTTFont() function in CFX_Font
/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp141 m_Font.IsTTFont()); in LoadCommon()
Dcpdf_type1font.cpp130 if (!IsEmbedded() && (m_Base14Font < 12) && m_Font.IsTTFont()) { in LoadGlyphMap()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp209 if (nChars < 1 || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont()) in DrawDeviceText()
602 if (nChars < 1 || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont()) in DrawDeviceText()