Home
last modified time | relevance | path

Searched refs:codePath (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp142 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::Font
273 Font::CodePath Font::codePath(const TextRun& run) const in codePath() function in WebCore::Font
DFont.h192 CodePath codePath(const TextRun&) const;
207 static CodePath codePath();
/external/webkit/Source/WebCore/platform/win/
DWebCoreTextRenderer.cpp124 return Font::codePath() == Font::Complex; in WebCoreAlwaysUsesComplexTextCodePath()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1821 Font::CodePath oldCodePath = Font::codePath(); in measureText()
1943 Font::CodePath oldCodePath = Font::codePath(); in drawTextInternal()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2413927 (WebCore::Font::drawText): Use codePath().
13928 (WebCore::Font::floatWidth): Use codePath(). Pass the GlyphOverflow pointer through to
13930 (WebCore::Font::selectionRectForText): Use codePath().
13932 … * platform/graphics/Font.h: Replaced canUseGlyphCache() with codePath(). Added a GlyphOverflow
13936 … (WebCore::Font::codePath): Renamed canUseGlyphCache() to this. Where it used to return false,
DChangeLog4022 (WebCore::Font::codePath): Try to use fast font path in more cases.
16239 (WebCore::Font::codePath):
DChangeLog-2010-12-0662606 (WebCore::Font::codePath): Do not bail out if the run contains stacked diacritics, since
124411 (WebCore::Font::codePath):
DChangeLog-2009-06-1679183 (WebCore::codePath):