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

/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_RLEaccel.c1496 Uint8 *lastline = dst; /* end of last non-blank line */ local
1582 lastline = dst;
1587 dst = lastline; /* back up past trailing blank lines */
1647 Uint8 *srcbuf, *curbuf, *lastline; local
1689 lastline = dst;
1744 lastline = dst;
1749 dst = lastline; /* back up bast trailing blank lines */
/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...]

Completed in 85 milliseconds