Searched defs:nextline (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/0.153/libasm/
H A Dasm_addstrz.c76 bool nextline = true; local
80 if (nextline)
83 nextline = false;
96 nextline = true;
105 if (! nextline)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp1455 const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline,
1473 IntRect pixelSnappedNextLine = pixelSnappedIntRect(paintOffset.x() + nextline.x(), 0, nextline.width(), 0);
1480 pixelSnappedBox.maxY() + (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
1484 (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? outlineWidth : -outlineWidth),
1492 pixelSnappedBox.maxY() + (nextline
1454 paintOutlineForLine(GraphicsContext* graphicsContext, const LayoutPoint& paintOffset, const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline, const Color outlineColor) argument
[all...]

Completed in 128 milliseconds