Searched refs:halfwidth (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/soundrecorder/ |
H A D | TrackSlider.cpp | 139 int32 halfwidth = ((int32)fFont.StringWidth(string)) / 2; in _DrawCounter() local 149 AddLine(BPoint(counterX-halfwidth-3,SLIDER_BASE+1), in _DrawCounter() 150 BPoint(counterX+halfwidth+3,SLIDER_BASE+1), gray); in _DrawCounter() 151 AddLine(BPoint(counterX+halfwidth+4,SLIDER_BASE+1), in _DrawCounter() 152 BPoint(counterX+halfwidth+4,SLIDER_BASE-8), gray); in _DrawCounter() 153 AddLine(BPoint(counterX-halfwidth-4,SLIDER_BASE+1), in _DrawCounter() 154 BPoint(counterX-halfwidth-4,SLIDER_BASE-9), white); in _DrawCounter() 155 AddLine(BPoint(counterX-halfwidth-3,SLIDER_BASE-9), in _DrawCounter() 156 BPoint(counterX+halfwidth+4,SLIDER_BASE-9), white); in _DrawCounter() 159 AddLine(BPoint(counterX-halfwidth-3,SLIDER_BASE+1), in _DrawCounter() [all …]
|
/haiku/src/libs/iconv/ |
H A D | NEWS | 71 converters to use fullwidth Yen sign instead of halfwidth Yen sign, and 72 fullwidth tilde instead of halfwidth tilde.
|