Searched refs:lastline (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)
1426 t - (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? ow : 0),
1431 (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? ow : -ow),
1437 t - (lastline.isEmpty() || lastline.maxX() < thisline.maxX() || (thisline.maxX() - 1) <= lastline
1408 paintOutlineForLine(GraphicsContext* graphicsContext, int tx, int ty, const IntRect& lastline, const IntRect& thisline, const IntRect& nextline) argument
[all...]
/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 */

Completed in 4113 milliseconds