Searched refs:CodePath (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h157 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow }; enum in class:WebCore::Font
192 CodePath codePath(const TextRun&) const;
206 static void setCodePath(CodePath);
207 static CodePath codePath();
208 static CodePath s_codePath;
H A DFont.cpp42 Font::CodePath Font::s_codePath = Auto;
175 CodePath codePathToUse = codePath(run);
263 void Font::setCodePath(CodePath p)
268 Font::CodePath Font::codePath()
273 Font::CodePath Font::codePath(const TextRun& run) const
283 CodePath result = Simple;
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1821 Font::CodePath oldCodePath = Font::codePath();
1943 Font::CodePath oldCodePath = Font::codePath();

Completed in 82 milliseconds