Searched defs:lastline (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c85 unsigned long lastline; /* track line and file of bytecodes */ member in struct:__anon13971
264 info->lastline = 0; /* new file, so line changes */
271 if (info->basebc != NULL && info->curline != info->lastline) {
272 info->lastline = bc->line;
278 info->lastline = info->curline;
333 info.lastline = 0;
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_RLEaccel.c1497 Uint8 *lastline = dst; /* end of last non-blank line */ local
1583 lastline = dst;
1588 dst = lastline; /* back up past trailing blank lines */
1648 Uint8 *srcbuf, *lastline; local
1687 lastline = dst;
1742 lastline = dst;
1747 dst = lastline; /* back up bast trailing blank lines */
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp1454 const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline,
1469 IntRect pixelSnappedLastLine = pixelSnappedIntRect(paintOffset.x() + lastline.x(), 0, lastline.width(), 0);
1475 pixelSnappedBox.y() - (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
1480 (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : -outlineWidth),
1487 pixelSnappedBox.y() - (lastline
1453 paintOutlineForLine(GraphicsContext* graphicsContext, const LayoutPoint& paintOffset, const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline, const Color outlineColor) argument
[all...]

Completed in 435 milliseconds