Searched refs:fHalf (Results 1 – 2 of 2) sorted by relevance
226 float fHalf = fThickness / 2; in DrawFill() local229 rtWidget.Inflate(fHalf, fHalf); in DrawFill()231 rtWidget.Deflate(fHalf, fHalf); in DrawFill()289 float fHalf = edge->GetThickness() / 2; in StrokeArcOrRounded() local290 if (fHalf < 0) { in StrokeArcOrRounded()291 fHalf = 0; in StrokeArcOrRounded()296 rtWidget.Inflate(fHalf, fHalf); in StrokeArcOrRounded()298 rtWidget.Deflate(fHalf, fHalf); in StrokeArcOrRounded()301 if (fHalf < 0.001f) in StrokeArcOrRounded()311 pGS->SetLineWidth(fHalf); in StrokeArcOrRounded()[all …]
216 float fHalf = fThickness / 2; in Draw() local221 rtWidget.top -= fHalf; in Draw()222 rtWidget.height += fHalf; in Draw()224 rtWidget.top += fHalf; in Draw()225 rtWidget.height -= fHalf; in Draw()230 rtWidget.width += fHalf; in Draw()232 rtWidget.width -= fHalf; in Draw()237 rtWidget.height += fHalf; in Draw()239 rtWidget.height -= fHalf; in Draw()244 rtWidget.left -= fHalf; in Draw()[all …]