Searched refs:codePath (Results 1 – 8 of 8) sorted by relevance
142 if (codePath(run) != Complex) in drawText()162 if (codePath(run) != Complex) in drawEmphasisMarks()175 CodePath codePathToUse = codePath(run); in width()198 if (codePath(run) != Complex) in width()213 if (codePath(run) != Complex) in selectionRectForText()226 if (codePath(run) != Complex) in offsetForPosition()268 Font::CodePath Font::codePath() in codePath() function in WebCore::Font273 Font::CodePath Font::codePath(const TextRun& run) const in codePath() function in WebCore::Font
192 CodePath codePath(const TextRun&) const;207 static CodePath codePath();
124 return Font::codePath() == Font::Complex; in WebCoreAlwaysUsesComplexTextCodePath()
1821 Font::CodePath oldCodePath = Font::codePath(); in measureText()1943 Font::CodePath oldCodePath = Font::codePath(); in drawTextInternal()
13927 (WebCore::Font::drawText): Use codePath().13928 (WebCore::Font::floatWidth): Use codePath(). Pass the GlyphOverflow pointer through to13930 (WebCore::Font::selectionRectForText): Use codePath().13932 … * platform/graphics/Font.h: Replaced canUseGlyphCache() with codePath(). Added a GlyphOverflow13936 … (WebCore::Font::codePath): Renamed canUseGlyphCache() to this. Where it used to return false,
4022 (WebCore::Font::codePath): Try to use fast font path in more cases.16239 (WebCore::Font::codePath):
62606 (WebCore::Font::codePath): Do not bail out if the run contains stacked diacritics, since124411 (WebCore::Font::codePath):
79183 (WebCore::codePath):