Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextMetricsBuilder.cpp82 CodePath codePath = scaledFont.codePath(m_run); in SVGTextMetricsCalculator() local
83 m_isComplexText = codePath == ComplexPath; in SVGTextMetricsCalculator()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.cpp113 CodePath codePathToUse = codePath(runInfo.run); in drawText()
129 CodePath codePathToUse = codePath(runInfo.run); in drawEmphasisMarks()
153 CodePath codePathToUse = codePath(run); in width()
213 CodePath codePathToUse = codePath(run); in selectionRectForText()
227 if (codePath(run) != ComplexPath && !fontDescription().typesettingFeatures()) in offsetForPosition()
238 CodePath Font::codePath() in codePath() function in WebCore::Font
243 CodePath Font::codePath(const TextRun& run) const in codePath() function in WebCore::Font
DFont.h128 CodePath codePath(const TextRun&) const;
160 static CodePath codePath();