Searched refs:fThickness (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 213 float fThickness = std::fmax(0.0, strokes[i]->GetThickness()); in Draw() local 214 float fHalf = fThickness / 2; in Draw() 259 float fThickness; in Stroke() local 261 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in Stroke() 263 if (!bVisible || fThickness < 0.001f) in Stroke() 268 StrokeLowered(pGS, rtWidget, fThickness, matrix); in Stroke() 271 StrokeRaised(pGS, rtWidget, fThickness, matrix); in Stroke() 274 StrokeEtched(pGS, rtWidget, fThickness, matrix); in Stroke() 277 StrokeEmbossed(pGS, rtWidget, fThickness, matrix); in Stroke() 384 float fThickness, in StrokeLowered() argument [all …]
|
D | cxfa_rectangle.h | 46 float fThickness, 50 float fThickness, 54 float fThickness, 58 float fThickness,
|
D | cxfa_stroke.cpp | 176 float fThickness = GetThickness(); in Stroke() local 177 if (fThickness < 0.001f) in Stroke() 181 if (IsCorner() && fThickness > 2 * GetRadius()) in Stroke() 182 fThickness = 2 * GetRadius(); in Stroke() 184 pGS->SetLineWidth(fThickness); in Stroke()
|
D | cxfa_box.cpp | 223 float fThickness = std::fmax(0.0, edge ? edge->GetThickness() : 0); in DrawFill() local 224 float fHalf = fThickness / 2; in DrawFill() 278 float fThickness; in StrokeArcOrRounded() local 280 std::tie(i3DType, bVisible, fThickness) = Get3DStyle(); in StrokeArcOrRounded() 283 if (bVisible && fThickness >= 0.001f) in StrokeArcOrRounded()
|
D | cxfa_node.cpp | 638 float fThickness = 0.0f; in GetEdgeThickness() local 642 fThickness += 2.5f; in GetEdgeThickness() 644 fThickness += stroke->GetThickness() * (b3DStyle ? 4 : 2); in GetEdgeThickness() 646 return fThickness; in GetEdgeThickness() 2982 float fThickness = 0; in GetUIMargin() local 2984 std::tie(iType, bVisible, fThickness) = border->Get3DStyle(); in GetUIMargin()
|