Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp224 float fHalf = fThickness / 2; in DrawFill() local
227 rtWidget.Inflate(fHalf, fHalf); in DrawFill()
229 rtWidget.Deflate(fHalf, fHalf); in DrawFill()
287 float fHalf = edge->GetThickness() / 2; in StrokeArcOrRounded() local
288 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 …]
Dcxfa_rectangle.cpp214 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()
[all …]