Searched refs:fHalf (Results 1 – 2 of 2) sorted by relevance
224 float fHalf = fThickness / 2; in DrawFill() local227 rtWidget.Inflate(fHalf, fHalf); in DrawFill()229 rtWidget.Deflate(fHalf, fHalf); in DrawFill()287 float fHalf = edge->GetThickness() / 2; in StrokeArcOrRounded() local288 if (fHalf < 0) { in StrokeArcOrRounded()289 fHalf = 0; in StrokeArcOrRounded()294 rtWidget.Inflate(fHalf, fHalf); in StrokeArcOrRounded()296 rtWidget.Deflate(fHalf, fHalf); in StrokeArcOrRounded()299 if (fHalf < 0.001f) in StrokeArcOrRounded()309 pGS->SetLineWidth(fHalf); in StrokeArcOrRounded()[all …]
214 float fHalf = fThickness / 2; in Draw() local219 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()[all …]