Home
last modified time | relevance | path

Searched refs:last_line (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/mstsc/
H A Dbitmap.c760 uint8 * last_line; in process_plane() local
767 last_line = 0; in process_plane()
775 if (last_line == 0) in process_plane()
832 x = last_line[indexw * 4] + color; in process_plane()
840 x = last_line[indexw * 4] + color; in process_plane()
849 last_line = this_line; in process_plane()
/reactos/win32ss/user/rtl/
H A Dtext.c668 SIZE *retsize, int last_line, WCHAR **p_retstr, in TEXT_NextLineW() argument
798 ((last_line && *count) || in TEXT_NextLineW()
1089 int last_line; in DrawTextExWorker() local
1239last_line = !(flags & DT_NOCLIP) && y - ((flags & DT_EDITCONTROL) ? 2*lh-1 : lh) < rect->bottom; in DrawTextExWorker()
1241last_line = !(flags & DT_NOCLIP) && y + ((flags & DT_EDITCONTROL) ? 2*lh-1 : lh) > rect->bottom; in DrawTextExWorker()
1242 …strPtr = TEXT_NextLineW(hdc, strPtr, &count, line, &len, width, flags, &size, last_line, &p_retstr… in DrawTextExWorker()
1361 while (strPtr && !last_line); in DrawTextExWorker()
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dfstream_test.cpp590 string line, last_line; in win32_file_format() local
594 last_line = line; in win32_file_format()
598 CPPUNIT_ASSERT( !last_line.empty() && (last_line[0] == '\r') ); in win32_file_format()