Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.cpp113 CodePath codePathToUse = codePath(runInfo.run); in drawText() local
115 …if (codePathToUse != ComplexPath && fontDescription().typesettingFeatures() && (runInfo.from || ru… in drawText()
116 codePathToUse = ComplexPath; in drawText()
118 if (codePathToUse != ComplexPath) in drawText()
129 CodePath codePathToUse = codePath(runInfo.run); in drawEmphasisMarks() local
131 …if (codePathToUse != ComplexPath && fontDescription().typesettingFeatures() && (runInfo.from || ru… in drawEmphasisMarks()
132 codePathToUse = ComplexPath; in drawEmphasisMarks()
134 if (codePathToUse != ComplexPath) in drawEmphasisMarks()
153 CodePath codePathToUse = codePath(run); in width() local
154 if (codePathToUse != ComplexPath) { in width()
[all …]