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

  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 156 int widthMod = width % patternWidth;
157 if (patternWidth - widthMod > cMisspellingLinePatternGapWidth)
158 width -= widthMod;
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 196 int widthMod = width % patternWidth;
197 if (patternWidth - widthMod > cMisspellingLinePatternGapWidth)
198 width -= widthMod;

Completed in 110 milliseconds