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

  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 185 const int patternHeight = 3; // 3 rows
186 ASSERT(cMisspellingLineThickness == patternHeight);
211 const CGPoint upperPoints [] = {{point.x(), point.y() + patternHeight - 2.5 }, {point.x() + width, point.y() + patternHeight - 2.5}};
212 const CGPoint middlePoints [] = {{point.x(), point.y() + patternHeight - 1.5 }, {point.x() + width, point.y() + patternHeight - 1.5}};
213 const CGPoint lowerPoints [] = {{point.x(), point.y() + patternHeight - 0.5 }, {point.x() + width, point.y() + patternHeight - 0.5 }};
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 128 int patternHeight = cMisspellingLineThickness;
175 NSRectFillUsingOperation(NSMakeRect(point.x(), point.y(), width, patternHeight), NSCompositeSourceOver);

Completed in 35 milliseconds