Searched refs:cTabStops (Results 1 – 5 of 5) sorted by relevance
54 INT cTabStops, in TEXT_TabbedTextOut() argument66 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()
1863 int cTabStops=0; in getGivenTabWidth() local1880 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()
171 int cTabStops; member
349 tabdef.cTabStops = es->tabs_count; in EDIT_UpdateUniscribeData_linedef()
425 tabdef.cTabStops = es->tabs_count; in EDIT_UpdateUniscribeData_linedef()