Searched refs:thisline (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DInlinePainter.cpp71 const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline, const Color outlineColor)
81 LayoutRect box(LayoutPoint(paintOffset.x() + thisline.x() - offset, paintOffset.y() + thisline.y() - offset),
82 LayoutSize(thisline.width() + offset, thisline.height() + offset));
93 pixelSnappedBox.y() - (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
95 pixelSnappedBox.maxY() + (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
98 (lastline.isEmpty() || thisline
70 paintOutlineForLine(GraphicsContext* graphicsContext, const LayoutPoint& paintOffset, const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline, const Color outlineColor) argument
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c382 static char thisline[1024]; local
385 thisline[0] = 0;
386 p = fgets(thisline, sizeof(thisline)-1, stdin);
389 return p?thisline:NULL;

Completed in 85 milliseconds