HomeSort by relevance Sort by last modified time
    Searched refs:CodePath (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/
Font.h 171 enum CodePath { Auto, Simple, Complex };
172 static void setCodePath(CodePath);
173 static CodePath codePath();
174 static CodePath s_codePath;
FontFastPath.cpp 183 void Font::setCodePath(CodePath p)
188 Font::CodePath Font::codePath()
Font.cpp 53 Font::CodePath Font::s_codePath = Auto;

Completed in 1355 milliseconds