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

/external/webkit/Source/WebCore/rendering/
H A DRenderInline.cpp1409 const IntRect& lastline, const IntRect& thisline, const IntRect& nextline)
1418 int t = ty + thisline.y() - offset;
1419 int l = tx + thisline.x() - offset;
1420 int b = ty + thisline.maxY() + offset;
1421 int r = tx + thisline.maxX() + offset;
1426 t - (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? ow : 0),
1428 b + (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? ow : 0),
1431 (lastline.isEmpty() || thisline
1408 paintOutlineForLine(GraphicsContext* graphicsContext, int tx, int ty, const IntRect& lastline, const IntRect& thisline, const IntRect& nextline) 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 81 milliseconds