Searched refs:lastline (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | InlinePainter.cpp | 71 …const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline, const Color ou… in paintOutlineForLine() argument 87 …IntRect pixelSnappedLastLine = pixelSnappedIntRect(paintOffset.x() + lastline.x(), 0, lastline.wid… in paintOutlineForLine() 93 …pixelSnappedBox.y() - (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) … in paintOutlineForLine() 98 …(lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outl… in paintOutlineForLine() 105 …pixelSnappedBox.y() - (lastline.isEmpty() || lastline.maxX() < thisline.maxX() || (thisline.maxX()… in paintOutlineForLine() 110 …(lastline.isEmpty() || lastline.maxX() < thisline.maxX() || (thisline.maxX() - 1) <= lastline.x() … in paintOutlineForLine() 114 if (thisline.x() < lastline.x()) { in paintOutlineForLine() 118 …std::min(pixelSnappedBox.maxX() + outlineWidth, (lastline.isEmpty() ? 1000000 : pixelSnappedLastLi… in paintOutlineForLine() 122 …(!lastline.isEmpty() && paintOffset.x() + lastline.x() + 1 < pixelSnappedBox.maxX() + outlineWidth… in paintOutlineForLine() 126 if (lastline.maxX() < thisline.maxX()) { in paintOutlineForLine() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/ |
D | stabs-dbgfmt.c | 85 unsigned long lastline; /* track line and file of bytecodes */ member 264 info->lastline = 0; /* new file, so line changes */ in stabs_dbgfmt_generate_bcs() 271 if (info->basebc != NULL && info->curline != info->lastline) { in stabs_dbgfmt_generate_bcs() 272 info->lastline = bc->line; in stabs_dbgfmt_generate_bcs() 278 info->lastline = info->curline; in stabs_dbgfmt_generate_bcs() 333 info.lastline = 0; in stabs_dbgfmt_generate()
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_queue.h | 108 int lastline; member 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/skia/third_party/lua/src/ |
D | llex.h | 54 int lastline; /* line of last token `consumed' */ member
|
D | llex.c | 165 ls->lastline = 1; in luaX_setinput() 512 ls->lastline = ls->linenumber; in luaX_next()
|
D | lcode.c | 222 f->lineinfo[fs->pc] = fs->ls->lastline; in luaK_code()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | pprof | 1600 my $lastline = 0; 1604 if (($f eq $filename) && ($l > $lastline)) { 1605 $lastline = $l; 1621 my $oldlastline = $lastline; 1639 if ($l >= $lastline && $indent >= 0) { 1641 $lastline = $l+1; 1664 for (my $l = $firstline; $l <= $lastline; $l++) { 1719 ($line <= $lastline)) { 1737 AddEntry($samples1, $lastline, $running1); 1738 AddEntry($samples2, $lastline, $running2); [all …]
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | pprof | 1600 my $lastline = 0; 1604 if (($f eq $filename) && ($l > $lastline)) { 1605 $lastline = $l; 1621 my $oldlastline = $lastline; 1639 if ($l >= $lastline && $indent >= 0) { 1641 $lastline = $l+1; 1664 for (my $l = $firstline; $l <= $lastline; $l++) { 1719 ($line <= $lastline)) { 1737 AddEntry($samples1, $lastline, $running1); 1738 AddEntry($samples2, $lastline, $running2); [all …]
|
/external/jemalloc/bin/ |
D | pprof | 1600 my $lastline = 0; 1604 if (($f eq $filename) && ($l > $lastline)) { 1605 $lastline = $l; 1621 my $oldlastline = $lastline; 1639 if ($l >= $lastline && $indent >= 0) { 1641 $lastline = $l+1; 1664 for (my $l = $firstline; $l <= $lastline; $l++) { 1719 ($line <= $lastline)) { 1737 AddEntry($samples1, $lastline, $running1); 1738 AddEntry($samples2, $lastline, $running2); [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_RLEaccel.c | 1497 Uint8 *lastline = dst; /* end of last non-blank line */ in RLEAlphaSurface() local 1583 lastline = dst; in RLEAlphaSurface() 1588 dst = lastline; /* back up past trailing blank lines */ in RLEAlphaSurface() 1648 Uint8 *srcbuf, *lastline; in RLEColorkeySurface() local 1687 lastline = dst; in RLEColorkeySurface() 1742 lastline = dst; in RLEColorkeySurface() 1747 dst = lastline; /* back up bast trailing blank lines */ in RLEColorkeySurface()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | webrtcsdp_unittest.cc | 2174 const std::string lastline = "a=ssrc:6 label:video_track_id_3"; in TEST_F() local 2175 EXPECT_EQ(lastline, error.line); in TEST_F()
|