Searched refs:fThickness (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 215 float fThickness = std::fmax(0.0, strokes[i]->GetThickness()); in Draw() local 216 float fHalf = fThickness / 2; in Draw() 261 float fThickness; in Stroke() local 263 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in Stroke() 265 if (!bVisible || fThickness < 0.001f) in Stroke() 270 StrokeLowered(pGS, rtWidget, fThickness, matrix); in Stroke() 273 StrokeRaised(pGS, rtWidget, fThickness, matrix); in Stroke() 276 StrokeEtched(pGS, rtWidget, fThickness, matrix); in Stroke() 279 StrokeEmbossed(pGS, rtWidget, fThickness, matrix); in Stroke() 386 float fThickness, in StrokeLowered() argument [all …]
|
D | cxfa_rectangle.h | 47 float fThickness, 51 float fThickness, 55 float fThickness, 59 float fThickness,
|
D | cxfa_stroke.cpp | 178 float fThickness = GetThickness(); in Stroke() local 179 if (fThickness < 0.001f) in Stroke() 183 if (IsCorner() && fThickness > 2 * GetRadius()) in Stroke() 184 fThickness = 2 * GetRadius(); in Stroke() 186 pGS->SetLineWidth(fThickness); in Stroke()
|
D | cxfa_box.cpp | 225 float fThickness = std::fmax(0.0, edge ? edge->GetThickness() : 0); in DrawFill() local 226 float fHalf = fThickness / 2; in DrawFill() 280 float fThickness; in StrokeArcOrRounded() local 282 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in StrokeArcOrRounded() 285 if (bVisible && fThickness >= 0.001f) in StrokeArcOrRounded()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 325 float fThickness = 0; in GetEdgeThickness() local 330 fThickness += 2.5f; in GetEdgeThickness() 332 fThickness += stroke->GetThickness() * (b3DStyle ? 4 : 2); in GetEdgeThickness() 334 return fThickness; in GetEdgeThickness() 1528 float fThickness = 0; in GetUIMargin() local 1530 std::tie(iType, bVisible, fThickness) = border->Get3DStyle(); in GetUIMargin()
|