Searched refs:CodePath (Results 1 – 6 of 6) sorted by relevance
136 CodePath codePath(const TextRun&) const;173 static void setCodePath(CodePath);174 static CodePath codePath();175 static CodePath s_codePath;
45 static CodePath characterRangeCodePath(const LChar*, unsigned) { return SimplePath; } in characterRangeCodePath()46 static CodePath characterRangeCodePath(const UChar*, unsigned len);
50 CodePath Font::s_codePath = AutoPath;114 CodePath codePathToUse = codePath(runInfo.run); in drawText()130 CodePath codePathToUse = codePath(runInfo.run); in drawEmphasisMarks()154 CodePath codePathToUse = codePath(run); in width()215 CodePath codePathToUse = codePath(runInfo.run); in buildTextBlob()246 CodePath codePathToUse = codePath(run); in selectionRectForText()266 void Font::setCodePath(CodePath p) in setCodePath()271 CodePath Font::codePath() in codePath()276 CodePath Font::codePath(const TextRun& run) const in codePath()
74 CodePath Character::characterRangeCodePath(const UChar* characters, unsigned len) in characterRangeCodePath()125 CodePath result = SimplePath; in characterRangeCodePath()
36 enum CodePath { AutoPath, SimplePath, ComplexPath, SimpleWithGlyphOverflowPath }; enum
82 CodePath codePath = scaledFont.codePath(m_run); in SVGTextMetricsCalculator()