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

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DInlinePainter.cpp71 const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline, const Color outlineColor)
87 IntRect pixelSnappedLastLine = pixelSnappedIntRect(paintOffset.x() + lastline.x(), 0, lastline.width(), 0);
93 pixelSnappedBox.y() - (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
98 (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : -outlineWidth),
105 pixelSnappedBox.y() - (lastline
70 paintOutlineForLine(GraphicsContext* graphicsContext, const LayoutPoint& paintOffset, const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline, const Color outlineColor) argument
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllex.h54 int lastline; /* line of last token `consumed' */ member in struct:LexState
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_queue.h108 int lastline; member in struct:qm_trace
118 (head)->trace.prevline = (head)->trace.lastline; \
120 (head)->trace.lastline = __LINE__; \
125 (elem)->trace.prevline = (elem)->trace.lastline; \
127 (elem)->trace.lastline = __LINE__; \
/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:__anon16328
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/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc2174 const std::string lastline = "a=ssrc:6 label:video_track_id_3"; local
2175 EXPECT_EQ(lastline, error.line);

Completed in 216 milliseconds