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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlinePainter.cpp 71 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.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : -outlineWidth)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 382 static char thisline[1024]; local
385 thisline[0] = 0;
386 p = fgets(thisline, sizeof(thisline)-1, stdin);
389 return p?thisline:NULL;

Completed in 111 milliseconds