Searched refs:tabStops (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | gdiplusstringformat.h | 138 GetTabStops(INT count, REAL *firstTabOffset, REAL *tabStops) const in GetTabStops() argument 140 … SetStatus(DllExports::GdipGetStringFormatTabStops(nativeFormat, count, firstTabOffset, tabStops)); in GetTabStops() 188 SetTabStops(REAL firstTabOffset, INT count, const REAL *tabStops) in SetTabStops() argument 190 … SetStatus(DllExports::GdipSetStringFormatTabStops(nativeFormat, firstTabOffset, count, tabStops)); in SetTabStops()
|