Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dtext.c48 static char tabstring[] = "one\ttwo"; in test_DrawTextCalcRect() local
572 textheight = DrawTextA(hdc, tabstring, -1, &rect, DT_TABSTOP | DT_EXPANDTABS ); in test_DrawTextCalcRect()
578 textheight = DrawTextExA(hdc, tabstring, -1, &rect, DT_CALCRECT, &dtp); in test_DrawTextCalcRect()
585 …textheight = DrawTextExA(hdc, tabstring, -1, &rect2, DT_CALCRECT | DT_TABSTOP | DT_EXPANDTABS, &dt… in test_DrawTextCalcRect()
595 …textheight = DrawTextExA(hdc, tabstring, -1, &rect, DT_CALCRECT | DT_TABSTOP | DT_EXPANDTABS, &dtp… in test_DrawTextCalcRect()