Searched refs:IsEmbedded (Results 1 – 11 of 11) sorted by relevance
80 if (!pFont->IsEmbedded() && !pFont->IsCIDFont()) in CPDF_CharPosList()89 if (!pFont->IsEmbedded() && pFont->HasFontWidths() && !bVertWriting && in CPDF_CharPosList()
98 bool IsEmbedded() const { return m_bEmbedded; } in IsEmbedded() function
68 if (!pPDFFont || !pPDFFont->IsEmbedded()) in FindFont()
100 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; } in IsEmbedded() function
345 !IsEmbedded()) { in Load()394 if (!IsEmbedded()) in Load()830 if (!IsEmbedded()) in LoadGB2312()
92 } else if (TT_Width && !IsEmbedded()) { in LoadCharMetrics()
143 if (!IsEmbedded() && !IsSymbolicFont() && m_Font.IsTTFont()) { in LoadGlyphMap()
212 if (nChars < 1 || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont()) in DrawDeviceText()627 if (nChars < 1 || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont()) in DrawDeviceText()
206 if (pFont->IsEmbedded()) in GetStandardFont()
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()