Home
last modified time | relevance | path

Searched refs:IsEmbedded (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcharposlist.cpp66 if (is_vertical_writing || font->IsEmbedded() || !font->HasFontWidths()) { in ApplyGlyphSpacingHeuristic()
137 if (!font->IsEmbedded() && !font->IsCIDFont()) in GetCharPosList()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp423 !IsEmbedded()) { in Load()
481 if (!IsEmbedded()) in Load()
512 if (m_FontType == CIDFontType::kTrueType && IsEmbedded()) in Load()
876 if (!IsEmbedded()) in LoadGB2312()
Dcpdf_font.h102 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; } in IsEmbedded() function
Dcpdf_type1font.cpp142 if (!IsEmbedded() && !IsSymbolicFont() && m_Font.IsTTFont()) { in LoadGlyphMap()
Dcpdf_simplefont.cpp98 } else if (TT_Width && !IsEmbedded()) { in LoadCharMetrics()
/external/pdfium/core/fxge/win32/
Dctext_only_printer_driver.cpp136 if (pCharPos.empty() || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont()) in DrawDeviceText()
/external/pdfium/core/fxge/
Dcfx_font.h130 bool IsEmbedded() const { return m_bEmbedded; } in IsEmbedded() function
/external/pdfium/xfa/fgas/font/
Dcfgas_pdffontmgr.cpp71 if (!pPDFFont || !pPDFFont->IsEmbedded()) in FindFont()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp210 if (pFont->IsEmbedded()) in GetStandardFont()
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp746 return cfont->IsEmbedded() ? 1 : 0; in FPDFFont_GetIsEmbedded()
/external/clang/lib/Driver/
DToolChains.h303 bool IsEmbedded = false, bool AddRPath = false) const;
DToolChains.cpp301 bool IsEmbedded, bool AddRPath) const { in AddLinkRuntimeLib() argument
303 llvm::sys::path::append(Dir, "lib", IsEmbedded ? "macho_embedded" : "darwin"); in AddLinkRuntimeLib()