Home
last modified time | relevance | path

Searched refs:FontStyleIsFixedPitch (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/
Dfx_font.h67 inline bool FontStyleIsFixedPitch(uint32_t style) { in FontStyleIsFixedPitch() function
Dcfx_folderfontinfo.cpp122 if (FontStyleIsFixedPitch(style) == FontFamilyIsFixedPitch(pitch_family)) in GetSimilarValue()
Dcfx_fontmapper.cpp255 if (FontStyleIsFixedPitch(flags)) in UpdatePitchFamily()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp296 if (FontStyleIsFixedPitch(dwStyle) == in CreateFont()
297 FontStyleIsFixedPitch(pFont->style())) { in CreateFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp63 if (FontStyleIsFixedPitch(dwFontStyles) == in GetSimilarityScore()
64 FontStyleIsFixedPitch(pFont->dwFontStyles)) { in GetSimilarityScore()
573 if (FontStyleIsFixedPitch(dwStyleMask)) in CalcPenalty()
/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp251 if (!m_bUseFontWidth && !FontStyleIsFixedPitch(m_Flags)) { in LoadSubstFont()