Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp42 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()
DFont.h157 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow }; enum
192 CodePath codePath(const TextRun&) const;
206 static void setCodePath(CodePath);
207 static CodePath codePath();
208 static CodePath s_codePath;
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1821 Font::CodePath oldCodePath = Font::codePath(); in measureText()
1943 Font::CodePath oldCodePath = Font::codePath(); in drawTextInternal()