Searched refs:s_codePath (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp42 Font::CodePath Font::s_codePath = Auto; member in class:WebCore::Font
265 s_codePath = p;
270 return s_codePath;
275 if (s_codePath != Auto)
276 return s_codePath;
H A DFont.h208 static CodePath s_codePath; member in class:WebCore::Font

Completed in 166 milliseconds