Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Dfont.c54 INT cTabStops, in TEXT_TabbedTextOut() argument
66 cTabStops=0; in TEXT_TabbedTextOut()
70 if (cTabStops == 1) in TEXT_TabbedTextOut()
73 cTabStops = 0; in TEXT_TabbedTextOut()
97 for (; cTabStops > i; lpTabPos++, cTabStops--) in TEXT_TabbedTextOut()
121 if ((cTabStops <= i) && (defWidth > 0)) { in TEXT_TabbedTextOut()
124 } else if ((cTabStops <= i) && (defWidth < 0)) { in TEXT_TabbedTextOut()
/reactos/dll/win32/usp10/
H A Dusp10.c1863 int cTabStops=0; in getGivenTabWidth() local
1880 cTabStops = pTabdef->cTabStops; in getGivenTabWidth()
1882 if (cTabStops == 1) in getGivenTabWidth()
1888 cTabStops = 0; in getGivenTabWidth()
1898 for (; cTabStops>0 ; lpTabPos++, cTabStops--) in getGivenTabWidth()
1923 if ((!cTabStops) && (defWidth > 0)) in getGivenTabWidth()
1925 else if ((!cTabStops) && (defWidth < 0)) in getGivenTabWidth()
/reactos/sdk/include/psdk/
H A Dusp10.h171 int cTabStops; member
/reactos/dll/win32/comctl32/
H A Dedit.c349 tabdef.cTabStops = es->tabs_count; in EDIT_UpdateUniscribeData_linedef()
/reactos/win32ss/user/user32/controls/
H A Dedit.c425 tabdef.cTabStops = es->tabs_count; in EDIT_UpdateUniscribeData_linedef()