Searched refs:FontStyleIsFixedPitch (Results 1 – 6 of 6) sorted by relevance
67 inline bool FontStyleIsFixedPitch(uint32_t style) { in FontStyleIsFixedPitch() function
122 if (FontStyleIsFixedPitch(style) == FontFamilyIsFixedPitch(pitch_family)) in GetSimilarValue()
255 if (FontStyleIsFixedPitch(flags)) in UpdatePitchFamily()
296 if (FontStyleIsFixedPitch(dwStyle) == in CreateFont()297 FontStyleIsFixedPitch(pFont->style())) { in CreateFont()
63 if (FontStyleIsFixedPitch(dwFontStyles) == in GetSimilarityScore()64 FontStyleIsFixedPitch(pFont->dwFontStyles)) { in GetSimilarityScore()573 if (FontStyleIsFixedPitch(dwStyleMask)) in CalcPenalty()
251 if (!m_bUseFontWidth && !FontStyleIsFixedPitch(m_Flags)) { in LoadSubstFont()