Searched refs:nTabOrg (Results 1 – 2 of 2) sorted by relevance
56 INT nTabOrg, in TEXT_TabbedTextOut() argument99 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()
1865 INT nTabOrg = 0; in getGivenTabWidth() local1874 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()