Searched refs:p_retstr (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/user/rtl/ |
H A D | text.c | 668 SIZE *retsize, int last_line, WCHAR **p_retstr, in TEXT_NextLineW() argument 790 max_seg_width, &size, *p_retstr, pellip); in TEXT_NextLineW() 803 max_seg_width, &size, *p_retstr, &before, &len_ellipsis); in TEXT_NextLineW() 1080 WCHAR *retstr, *p_retstr; in DrawTextExWorker() local 1233 p_retstr = retstr; in DrawTextExWorker() 1242 …strPtr = TEXT_NextLineW(hdc, strPtr, &count, line, &len, width, flags, &size, last_line, &p_retstr… in DrawTextExWorker()
|