Searched refs:bTrueType (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_simplefont.cpp | 101 void CPDF_SimpleFont::LoadPDFEncoding(bool bEmbedded, bool bTrueType) { in LoadPDFEncoding() argument 105 m_BaseEncoding = bTrueType ? PDFFONT_ENCODING_MS_SYMBOL in LoadPDFEncoding() 118 if (!bTrueType) in LoadPDFEncoding() 137 if (bTrueType && bsEncoding.Compare("MacExpertEncoding") == 0) in LoadPDFEncoding() 141 if ((!bEmbedded || bTrueType) && m_BaseEncoding == PDFFONT_ENCODING_BUILTIN) in LoadPDFEncoding()
|
D | cpdf_simplefont.h | 41 void LoadPDFEncoding(bool bEmbedded, bool bTrueType);
|
/external/pdfium/core/fxge/ |
D | cfx_fontmgr.cpp | 101 bool bTrueType, in FindSubstFont() argument 107 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, in FindSubstFont()
|
D | cfx_fontmgr.h | 75 bool bTrueType,
|
D | cfx_fontmapper.h | 58 bool bTrueType,
|
D | cfx_fontmapper.cpp | 386 bool bTrueType, in FindSubstFont() argument 401 if (bTrueType && name.GetLength() > 0 && name[0] == '@') in FindSubstFont() 404 if (SubstName == "Symbol" && !bTrueType) { in FindSubstFont() 605 return FindSubstFont(family, bTrueType, flags & ~FXFONT_SYMBOLIC, in FindSubstFont()
|
D | cfx_font.h | 45 bool bTrueType,
|
D | cfx_font.cpp | 344 bool bTrueType, in LoadSubst() argument 354 face_name, bTrueType, flags, weight, italic_angle, CharsetCP, in LoadSubst()
|