Home
last modified time | relevance | path

Searched defs:IsEmbedded (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h100 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; } in IsEmbedded() function
/external/pdfium/core/fxge/
Dcfx_font.h98 bool IsEmbedded() const { return m_bEmbedded; } in IsEmbedded() function
/external/clang/lib/Driver/
DToolChains.cpp301 bool IsEmbedded, bool AddRPath) const { in AddLinkRuntimeLib()