Ligatures         152 Source/platform/fonts/Font.cpp     bool hasKerningOrLigatures = fontDescription().typesettingFeatures() & (Kerning | Ligatures);
Ligatures         753 Source/platform/fonts/Font.cpp     it.advance(run.length(), (fontDescription().typesettingFeatures() & (Kerning | Ligatures)) ? &glyphBuffer : 0);
Ligatures         166 Source/platform/fonts/FontDescription.cpp         m_typesettingFeatures &= ~(WebCore::Kerning | Ligatures);
Ligatures         170 Source/platform/fonts/FontDescription.cpp         m_typesettingFeatures |= WebCore::Kerning | Ligatures;
Ligatures         187 Source/platform/fonts/FontDescription.cpp         m_typesettingFeatures &= ~Ligatures;
Ligatures         190 Source/platform/fonts/FontDescription.cpp         m_typesettingFeatures |= Ligatures;
Ligatures         199 Source/platform/fonts/FontDescription.cpp         m_typesettingFeatures |= WebCore::Ligatures;
Ligatures         103 Source/platform/fonts/WidthIterator.cpp     ASSERT(typesettingFeatures & (Kerning | Ligatures));
Ligatures          87 Source/platform/fonts/WidthIterator.h     bool shouldApplyFontTransforms() const { return m_run.length() > 1 && (m_typesettingFeatures & (Kerning | Ligatures)); }
Ligatures          53 Source/platform/fonts/mac/SimpleFontDataCoreText.cpp     bool allowLigatures = (orientation == Horizontal && platformData().allowsLigatures()) || (typesettingFeatures & Ligatures);