Searched refs:CodePath (Results 1 – 3 of 3) sorted by relevance
42 Font::CodePath Font::s_codePath = Auto;175 CodePath codePathToUse = codePath(run); in width()263 void Font::setCodePath(CodePath p) in setCodePath()268 Font::CodePath Font::codePath() in codePath()273 Font::CodePath Font::codePath(const TextRun& run) const in codePath()283 CodePath result = Simple; in codePath()
157 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow }; enum192 CodePath codePath(const TextRun&) const;206 static void setCodePath(CodePath);207 static CodePath codePath();208 static CodePath s_codePath;
1821 Font::CodePath oldCodePath = Font::codePath(); in measureText()1943 Font::CodePath oldCodePath = Font::codePath(); in drawTextInternal()