Searched refs:bTrueType (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_font.cpp | 363 bool bTrueType) { in LoadPDFEncoding() argument 366 iBaseEncoding = bTrueType ? PDFFONT_ENCODING_MS_SYMBOL in LoadPDFEncoding() 379 if (!bTrueType) in LoadPDFEncoding() 398 if (bTrueType && bsEncoding.Compare("MacExpertEncoding") == 0) in LoadPDFEncoding() 402 if ((!bEmbedded || bTrueType) && iBaseEncoding == PDFFONT_ENCODING_BUILTIN) in LoadPDFEncoding()
|
D | cpdf_font.h | 103 bool bTrueType);
|
/external/pdfium/core/fxge/ |
D | cfx_fontmgr.cpp | 107 bool bTrueType, in FindSubstFont() argument 114 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, in FindSubstFont()
|
D | cfx_fontmapper.cpp | 407 bool bTrueType, in FindSubstFont() argument 422 if (bTrueType && name.GetLength() > 0 && name[0] == '@') in FindSubstFont() 425 if (SubstName == "Symbol" && !bTrueType) { in FindSubstFont() 638 return FindSubstFont(family, bTrueType, flags & ~FXFONT_SYMBOLIC, in FindSubstFont()
|
D | cfx_fontmgr.h | 51 bool bTrueType,
|
D | cfx_fontmapper.h | 31 bool bTrueType,
|
D | cfx_font.h | 34 bool bTrueType,
|
D | cfx_font.cpp | 261 bool bTrueType, in LoadSubst() argument 271 face_name, bTrueType, flags, weight, italic_angle, CharsetCP, in LoadSubst()
|