Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Dfont.c34 INT WINAPI DrawTextExWorker( HDC hdc, LPWSTR str, INT i_count,
262 return DrawTextExWorker( hdc, str, i_count, rect, flags, dtp ); in DrawTextExW()
/reactos/win32ss/user/ntuser/
H A Ddefwnd.c13 INT WINAPI DrawTextExWorker( HDC hdc, LPWSTR str, INT i_count,
27 return DrawTextExWorker(hdc, (LPWSTR)str, count, rect, flags, &dtp); in DrawTextW()
/reactos/win32ss/user/rtl/
H A Dtext.c1071 INT WINAPI DrawTextExWorker( HDC hdc, in DrawTextExWorker() function