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

  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 129 int patternWidth = cMisspellingLinePatternWidth;
156 int widthMod = width % patternWidth;
157 if (patternWidth - widthMod > cMisspellingLinePatternGapWidth)
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 187 const int patternWidth = 4; // 4 pixels
188 ASSERT(patternWidth == cMisspellingLinePatternWidth);
196 int widthMod = width % patternWidth;
197 if (patternWidth - widthMod > cMisspellingLinePatternGapWidth)

Completed in 133 milliseconds