Home
last modified time | relevance | path

Searched refs:GetThickness (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.cpp98 float CXFA_Stroke::GetThickness() const { in GetThickness() function in CXFA_Stroke
153 if (fabs(GetThickness() - stroke->GetThickness()) >= 0.01f) in SameStyles()
176 float fThickness = GetThickness(); in Stroke()
Dcxfa_rectangle.cpp213 float fThickness = std::fmax(0.0, strokes[i]->GetThickness()); in Draw()
467 halfBefore = strokeBefore->GetThickness() / 2; in GetPath()
469 halfAfter = strokeAfter->GetThickness() / 2; in GetPath()
475 halfBefore = strokeBefore->GetThickness() / 2; in GetPath()
476 halfAfter = strokeAfter->GetThickness() / 2; in GetPath()
Dcxfa_box.cpp132 return {iType, stroke->IsVisible(), stroke->GetThickness()}; in Get3DStyle()
223 float fThickness = std::fmax(0.0, edge ? edge->GetThickness() : 0); in DrawFill()
287 float fHalf = edge->GetThickness() / 2; in StrokeArcOrRounded()
Dcxfa_stroke.h41 float GetThickness() const;
Dcxfa_node.cpp644 fThickness += stroke->GetThickness() * (b3DStyle ? 4 : 2); in GetEdgeThickness()
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp108 fLineWidth = edge->GetThickness(); in RenderWidget()
Dcxfa_ffpushbutton.cpp117 return edge ? edge->GetThickness() : 0; in GetLineWidth()
Dcxfa_ffwidget.cpp619 *fWidth = edge->GetThickness(); in GetBorderColorAndThickness()