isFixedPitch      733 Source/core/rendering/RenderText.cpp     if (f.isFixedPitch() && !f.fontDescription().variant() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->computeBounds)) {
isFixedPitch      522 Source/core/rendering/line/BreakingContextInlineHeaders.h ALWAYS_INLINE float textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPitch, bool collapseWhiteSpace, HashSet<const SimpleFontData*>* fallbackFonts = 0)
isFixedPitch      525 Source/core/rendering/line/BreakingContextInlineHeaders.h     if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine())
isFixedPitch      564 Source/core/rendering/line/BreakingContextInlineHeaders.h     bool isFixedPitch = font.isFixedPitch();
isFixedPitch      628 Source/core/rendering/line/BreakingContextInlineHeaders.h             charWidth = textWidth(renderText, m_current.offset(), midWordBreakIsBeforeSurrogatePair ? 2 : 1, font, m_width.committedWidth() + wrapW, isFixedPitch, m_collapseWhiteSpace, 0);
isFixedPitch      664 Source/core/rendering/line/BreakingContextInlineHeaders.h                 additionalTmpW = textWidth(renderText, lastSpace, m_current.offset() + 1 - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts) - wordTrailingSpaceWidth;
isFixedPitch      666 Source/core/rendering/line/BreakingContextInlineHeaders.h                 additionalTmpW = textWidth(renderText, lastSpace, m_current.offset() - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts);
isFixedPitch      686 Source/core/rendering/line/BreakingContextInlineHeaders.h                     float charWidth = textWidth(renderText, m_current.offset(), 1, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts) + (applyWordSpacing ? wordSpacing : 0);
isFixedPitch      817 Source/core/rendering/line/BreakingContextInlineHeaders.h     float additionalTmpW = m_ignoringSpaces ? 0 : textWidth(renderText, lastSpace, m_current.offset() - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts);
isFixedPitch      104 Source/platform/fonts/Font.h     bool isFixedPitch() const;
isFixedPitch      200 Source/platform/fonts/Font.h inline bool Font::isFixedPitch() const
isFixedPitch      203 Source/platform/fonts/Font.h     return m_fontFallbackList->isFixedPitch(m_fontDescription);
isFixedPitch       72 Source/platform/fonts/FontFallbackList.h     bool isFixedPitch(const FontDescription& fontDescription) const
isFixedPitch      112 Source/platform/fonts/FontPlatformData.h     bool isFixedPitch() const;
isFixedPitch      245 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp     return typeface() && typeface()->isFixedPitch();
isFixedPitch       71 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     bool isFixedPitch() const;
isFixedPitch      202 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     m_treatAsFixedPitch = platformData().isFixedPitch();
isFixedPitch      242 Source/platform/fonts/win/FontPlatformDataWin.cpp     return typeface() && typeface()->isFixedPitch();