Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Dfont.c56 INT nTabOrg, in TEXT_TabbedTextOut() argument
99 if( nTabOrg + abs( *lpTabPos) > x) { in TEXT_TabbedTextOut()
102 x = nTabOrg + lpTabPos[ i-1] + extent.cx; in TEXT_TabbedTextOut()
110 if (nTabOrg - lpTabPos[ i - 1] - extent.cx > x) in TEXT_TabbedTextOut()
112 x = nTabOrg - lpTabPos[ i - 1]; in TEXT_TabbedTextOut()
122 x0 = nTabOrg + ((x - nTabOrg) / defWidth + i) * defWidth; in TEXT_TabbedTextOut()
125 x = nTabOrg + ((x - nTabOrg + extent.cx) / -defWidth + i) in TEXT_TabbedTextOut()
/reactos/dll/win32/usp10/
H A Dusp10.c1865 INT nTabOrg = 0; in getGivenTabWidth() local
1874 nTabOrg = (pTabdef->iTabOrigin * pTabdef->iScale)/4; in getGivenTabWidth()
1876 nTabOrg = pTabdef->iTabOrigin * psc->tm.tmAveCharWidth; in getGivenTabWidth()
1908 if( nTabOrg + position > current_x) in getGivenTabWidth()
1913 x = (nTabOrg + position) - current_x; in getGivenTabWidth()
1924 x =((((current_x - nTabOrg) / defWidth)+1) * defWidth) - current_x; in getGivenTabWidth()