Home
last modified time | relevance | path

Searched refs:isVerticalLine (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp998 bool isVerticalLine = (p1.x() == p2.x()); in strokeWavyTextDecoration() local
1000 if (isVerticalLine) { in strokeWavyTextDecoration()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp762 bool isVerticalLine = (p1.x() == p2.x()); in drawLine() local
780 if (isVerticalLine) { in drawLine()