Searched defs:bTrueType (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/fxge/ge/
H A Dcfx_fontmgr.cpp116 bool bTrueType,
123 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight,
115 FindSubstFont(const CFX_ByteString& face_name, bool bTrueType, uint32_t flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont) argument
H A Dcfx_fontmapper.cpp425 bool bTrueType,
437 if (bTrueType && name[0] == '@')
440 if (SubstName == "Symbol" && !bTrueType) {
658 return FindSubstFont(family, bTrueType, flags & ~FXFONT_SYMBOLIC,
424 FindSubstFont(const CFX_ByteString& name, bool bTrueType, uint32_t flags, int weight, int italic_angle, int WindowCP, CFX_SubstFont* pSubstFont) argument
H A Dcfx_font.cpp300 bool bTrueType,
310 face_name, bTrueType, flags, weight, italic_angle, CharsetCP,
299 LoadSubst(const CFX_ByteString& face_name, bool bTrueType, uint32_t flags, int weight, int italic_angle, int CharsetCP, bool bVertical) argument

Completed in 135 milliseconds