Home
last modified time | relevance | path

Searched refs:fHalf (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp226 float fHalf = fThickness / 2; in DrawFill() local
229 rtWidget.Inflate(fHalf, fHalf); in DrawFill()
231 rtWidget.Deflate(fHalf, fHalf); in DrawFill()
289 float fHalf = edge->GetThickness() / 2; in StrokeArcOrRounded() local
290 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 …]
Dcxfa_rectangle.cpp216 float fHalf = fThickness / 2; in Draw() local
221 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 …]