CodePath 70 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp CodePath codePath = scaledFont.codePath(m_run); CodePath 85 Source/platform/fonts/Character.cpp CodePath Character::characterRangeCodePath(const UChar* characters, unsigned len) CodePath 136 Source/platform/fonts/Character.cpp CodePath result = SimplePath; CodePath 45 Source/platform/fonts/Character.h static CodePath characterRangeCodePath(const LChar*, unsigned) { return SimplePath; } CodePath 46 Source/platform/fonts/Character.h static CodePath characterRangeCodePath(const UChar*, unsigned len); CodePath 49 Source/platform/fonts/Font.cpp CodePath Font::s_codePath = AutoPath; CodePath 113 Source/platform/fonts/Font.cpp CodePath codePathToUse = codePath(runInfo.run); CodePath 129 Source/platform/fonts/Font.cpp CodePath codePathToUse = codePath(runInfo.run); CodePath 142 Source/platform/fonts/Font.cpp CodePath codePathToUse = codePath(run); CodePath 192 Source/platform/fonts/Font.cpp CodePath codePathToUse = codePath(run); CodePath 212 Source/platform/fonts/Font.cpp void Font::setCodePath(CodePath p) CodePath 217 Source/platform/fonts/Font.cpp CodePath Font::codePath() CodePath 222 Source/platform/fonts/Font.cpp CodePath Font::codePath(const TextRun& run) const CodePath 128 Source/platform/fonts/Font.h CodePath codePath(const TextRun&) const; CodePath 159 Source/platform/fonts/Font.h static void setCodePath(CodePath); CodePath 160 Source/platform/fonts/Font.h static CodePath codePath(); CodePath 161 Source/platform/fonts/Font.h static CodePath s_codePath;