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

  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 168 float widthMod = fmodf(width, patternWidth);
169 if (patternWidth - widthMod > cMisspellingLinePatternGapWidth)
170 width -= widthMod;
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 203 float widthMod = fmodf(width, patternWidth);
204 if (patternWidth - widthMod > cMisspellingLinePatternGapWidth)
205 width -= widthMod;

Completed in 116 milliseconds