Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.h136 CodePath codePath(const TextRun&) const;
173 static void setCodePath(CodePath);
174 static CodePath codePath();
175 static CodePath s_codePath;
DCharacter.h45 static CodePath characterRangeCodePath(const LChar*, unsigned) { return SimplePath; } in characterRangeCodePath()
46 static CodePath characterRangeCodePath(const UChar*, unsigned len);
DFont.cpp50 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()
DCharacter.cpp74 CodePath Character::characterRangeCodePath(const UChar* characters, unsigned len) in characterRangeCodePath()
125 CodePath result = SimplePath; in characterRangeCodePath()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextPath.h36 enum CodePath { AutoPath, SimplePath, ComplexPath, SimpleWithGlyphOverflowPath }; enum
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextMetricsBuilder.cpp82 CodePath codePath = scaledFont.codePath(m_run); in SVGTextMetricsCalculator()