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

  /external/webkit/Source/WebCore/platform/graphics/
Font.h 157 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow };
192 CodePath codePath(const TextRun&) const;
206 static void setCodePath(CodePath);
207 static CodePath codePath();
208 static CodePath s_codePath;
Font.cpp 42 Font::CodePath Font::s_codePath = Auto;
142 if (codePath(run) != Complex)
162 if (codePath(run) != Complex)
175 CodePath codePathToUse = codePath(run);
198 if (codePath(run) != Complex)
213 if (codePath(run) != Complex)
226 if (codePath(run) != Complex)
263 void Font::setCodePath(CodePath p)
268 Font::CodePath Font::codePath(
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 165 milliseconds