Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.h77 bool IsEmbedded() const { return m_bEmbedded; } in IsEmbedded() function
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h69 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; } in IsEmbedded() function
/external/clang/lib/Driver/
DToolChains.cpp301 bool IsEmbedded, bool AddRPath) const { in AddLinkRuntimeLib()
/external/v8/src/
Dapi.cc9198 bool debug::Script::IsEmbedded() const { in IsEmbedded() function in v8::debug::Script