Lines Matching refs:fHalf
214 float fHalf = fThickness / 2; in Draw() local
219 rtWidget.top -= fHalf; in Draw()
220 rtWidget.height += fHalf; in Draw()
222 rtWidget.top += fHalf; in Draw()
223 rtWidget.height -= fHalf; in Draw()
228 rtWidget.width += fHalf; in Draw()
230 rtWidget.width -= fHalf; in Draw()
235 rtWidget.height += fHalf; in Draw()
237 rtWidget.height -= fHalf; in Draw()
242 rtWidget.left -= fHalf; in Draw()
243 rtWidget.width += fHalf; in Draw()
245 rtWidget.left += fHalf; in Draw()
246 rtWidget.width -= fHalf; in Draw()