Searched refs:IsEmbedded (Results 1 – 12 of 12) sorted by relevance
66 if (is_vertical_writing || font->IsEmbedded() || !font->HasFontWidths()) { in ApplyGlyphSpacingHeuristic()137 if (!font->IsEmbedded() && !font->IsCIDFont()) in GetCharPosList()
423 !IsEmbedded()) { in Load()481 if (!IsEmbedded()) in Load()512 if (m_FontType == CIDFontType::kTrueType && IsEmbedded()) in Load()876 if (!IsEmbedded()) in LoadGB2312()
102 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; } in IsEmbedded() function
142 if (!IsEmbedded() && !IsSymbolicFont() && m_Font.IsTTFont()) { in LoadGlyphMap()
98 } else if (TT_Width && !IsEmbedded()) { in LoadCharMetrics()
136 if (pCharPos.empty() || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont()) in DrawDeviceText()
130 bool IsEmbedded() const { return m_bEmbedded; } in IsEmbedded() function
71 if (!pPDFFont || !pPDFFont->IsEmbedded()) in FindFont()
210 if (pFont->IsEmbedded()) in GetStandardFont()
746 return cfont->IsEmbedded() ? 1 : 0; in FPDFFont_GetIsEmbedded()
303 bool IsEmbedded = false, bool AddRPath = false) const;
301 bool IsEmbedded, bool AddRPath) const { in AddLinkRuntimeLib() argument303 llvm::sys::path::append(Dir, "lib", IsEmbedded ? "macho_embedded" : "darwin"); in AddLinkRuntimeLib()